[TYPO3] no backend module can be started in TYPO3 SVN trunk

Ingo Renner typo3 at ingo-renner.com
Fri May 18 14:43:34 CEST 2007


Franz Holzinger wrote:
> Hello Dmitry,
> 
>>> top.topmenuFrame.goToModule is not a function
>>> [Break on this error] top.topmenuFrame.goToModule(modName, cMR_flag,
>>> addGetVars);
>> Check two things:
>>
>> - if it is defined in your copy of typo3/alt_main.php
>> - if any extension XCLASSes alt_main.php and overrides "generateJScode"
>> function
>>
> - in the alt_main.php HTML source code I have:
> 
> /**
> * Wrapper for the actual goToModule function in the menu frame
> */
> var currentModuleLoaded = "";
> function goToModule(modName, cMR_flag, addGetVars)	{	//
> 	currentModuleLoaded = modName;
> 	top.topmenuFrame.goToModule(modName, cMR_flag, addGetVars);
> }

do you also have

...
<frame name="topmenuFrame" src="alt_topmenu_dummy.php" ...
?

and the goToModule JS function in alt_topmenu_dummy.php?

Ingo


More information about the TYPO3-english mailing list