[TYPO3-project-4-3] No page tree?

Dan Osipov dosipov at phillyburbs.com
Mon Oct 26 00:05:22 CET 2009


I was able to replicate the problem, and found the cause:
$MCONF['navFrameScriptParam']='&folderOnly=1';

When the alt_mod_frameset.php tries to read the navigation URL in line:
$nav = t3lib_div::sanitizeBackEndUrl(t3lib_div::_GP('nav'));

$nav ends up empty, since t3lib_div::_GP('nav') contains a '&' symbol.
I'll file it as a bug.

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Dan Osipov wrote:
> I've noticed some strange behavior in beta 2. Sometimes when loading the 
> page module, I get an error in the middle frame:
> 
> Not Found
> The requested URL 
> /t3-43a2/typo3/&currentSubScript=sysext/cms/layout/db_layout.php was not 
> found on this server.
> 
> I can't provide steps to replicate this. Can anyone confirm this behavior.
> 


More information about the TYPO3-project-4-3 mailing list