Actions
Bug #18114
closed$MCONF['navFrameScript'] problem with new backend.php
Start date:
2008-02-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
hallo
i am testing latest trunk and i love new backend.php, but there is a problem:
i have a custom module, with uses standard alt_db_navframe.php as navFrameScript,
done via
$MCONF['navFrameScript'] = $BACK_PATH.'alt_db_navframe.php';
in its conf.php
with old backend (alt_main.php) it works perfectly (ie: my index.php is called correctly in main content frame passing the page id)
with new backend.php it doesn't work anymore:
everytime i select a page in the tre, it reloads both the iframes (nav and content)
and the id is not passed to my content.
anybody already tried/solved this bug?
many thanks
stefano
(issue imported from #M7382)
Actions