Project

General

Profile

Actions

Bug #22172

closed

Web modules: Pagetree/Edit-Frame not loading

Added by Wolfgang Sassik about 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-02-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After updating from 4.2.10 to 4.2.12, the web modules ("Page" to "Template") are not loading any more.
Instead of displaying the frameset with the pagetree left and the edit frame on the right, there is a blank screen (well, the modules frame on the far left stays in place of course).

The Firebug network monitor says (for a "Page" module request):

GET http://www.ur-sprung.at/typo3/alt_mod_frameset.php?fW=0&nav=/typo3/alt_db_navframe.php%3F&script=sysext%2Fcms%2Flayout%2Fdb_layout.php&id=

Response: [nothing], Content-Length: 0, but HTTP 200 OK

The Firebug error console states no JavaScript errors.

This was tested with FF 3.6, Opera 10.10, Chrome 4.0 and IE 8 - result is all the same. I am logged in with admin rights.
(issue imported from #M13639)


Files


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #21971: Changed PHP System requirements with Minor Release Version UpdateClosedErnesto Baschny2010-01-16

Actions
Actions #1

Updated by Wolfgang Sassik about 14 years ago

Apache log says:

PHP Fatal error: Call to undefined function filter_var() in [..]/typo3_src-4.2.12/t3lib/class.t3lib_div.php on line 1555, referer: http://www.ur-sprung.at/typo3/backend.php

filter_var is called from t3lib_div::isValidUrl,
t3lib_div::isValidUrl is called from t3lib_div::sanitizeLocalUrl
t3lib_div::sanitizeLocalUrl is called from alt_mod_frameset.php

filter_var is PHP 5 >= 5.2.0
but TYPO3-4.2.12 is supposed to be PHP 5.1.x-5.2.x
!!!

Actions #2

Updated by Wolfgang Sassik about 14 years ago

Argh, see Bug 13258 and 9719.

Actions #3

Updated by Chris topher about 14 years ago

Solved as duplicate of #21971.

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF