Bug #21705
closedPage Tree shows Server Error
0%
Description
I have set up a new installation of Typo3 4.3 RC2 on a FreeBSD server running PHP 5.2.9. When clicking on the page module in the backend, I get a Server error in the frame, where the page tree should be displayed (see attached screenshot). Error Log on the server is attached below!
Although this happens with a TemplaVoila Page Module, the same error occurs, when clicking on the list module in the backend, every time, the page tree should be displayed.
We observed the following effect: After clearing ALL cache-tables, this error occurs on the first click on the page module (or list module). After clicking for the second time, the error is no longer occuring. This means, that whenever the page tree is loaded for a second time, it is correctly displayed.
10.0.0.66 - - [26/Nov/2009:21:08:58 +0100] "GET /typo3/¤tSubScript= HTTP/1.1" 404 319 "http://ry21.ptlistdev.play.OUR_DOMAIN.de/typo3/alt_mod_frameset.php?fW=0&nav=/typo3/alt_db_navframe.php%3F&script=..%2Ftypo3conf%2Fext%2Ftemplavoila%2Fmod1%2Findex.php&id=" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.0.7) Gecko/2009021906 Firefox/3.0.7"
(issue imported from #M12784)
Files
Updated by Oliver Hader almost 15 years ago
Which version of TemplaVoila are you using?
Does this error also occur when TemplaVoila is not installed?
Updated by Michael Knoll almost 15 years ago
I'm currently in the train. But I downloaded the latest version of TV from the TER. And yes - the error also occurs when I deinstall TemplaVoila!
On other servers, everything works!
Updated by Oliver Hader almost 15 years ago
It looks like this issue is similar to issue #21544 which should be fixed.
Can you please check the syslog file (configured in TYPO3 Install Tool) for accordant lines, e.g.
The URL "[whatever]" is not considered to be local and was denied.
Thanks!
Updated by David Bruchmann almost 15 years ago
even it's perhaps obvious I just mention the problem in the screenshot:
currentSubScript is prepended with a '&'-Sign but a '?' is required before to identify it as parameter instead of part of the path.
Best Regards
David
Updated by David Bruchmann almost 15 years ago
Cases where it works without '?' before currentSubScript perhaps show browser-bugs. IMHO when it's clear that the bug is in TYPO3 the wrong behavior of browsers should be posted to the browsers bug-trackers.
Updated by Björn Pedersen almost 15 years ago
Here it is working ( Apache2.2/ FreeBSD7.1/ PHP 5.2.6)
Updated by Helmut Hummel almost 15 years ago
Hi Michael,
when this happens, the incident will be logged to syslog.
Please enable syslog in installtool:
$TYPO3_CONF_VARS['SYS']['systemLog'] = 'file,/var/www/htdocs/trunk/syslog.txt,1';
and post the denied URl here. Thx
Updated by Oliver Hader over 14 years ago
Michael, does this problem still exist on your side?
Updated by Christian Kuhn over 14 years ago
Resolved, unable to reproduce after month without further feedback.