[TYPO3-core] RFC: fixing bugs 1642 and 4886: menu does not reload when installing an extension with a new BE module

Franz Holzinger franz at fholzinger.com
Fri May 11 13:00:38 CEST 2007


Hello, 

this bug fix seems to block the TYPO3 backend totally. No backend module can 
be started any more. 

	/**
	 * 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);
	} 

With Firebug I get the error message: 

top.topmenuFrame.goToModule is not a function
[Break on this error] top.topmenuFrame.goToModule(modName, cMR_flag, 
addGetVars); 

And there is not goToModule function in topmenuFrame. 

 - Franz 

 --------
alt_topmenu_dummy.php : 

<!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<?xml version="1.0" encoding="iso-8859-1"?>
5<?xml-stylesheet href="#internalStyle" type="text/css"?>
6
7<html>
8<head>
9 <!-- TYPO3 Script ID: typo3/alt_topmenu_dummy.php -->
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" 
/>
11 <meta name="generator" content="TYPO3 4.2, http://typo3.com, &#169; 
Kasper Sk&#229;rh&#248;j 1998-2006, extensions are copyright of their 
respective owners." />
12 <title>Top frame dummy display</title>
13
14 <link rel="stylesheet" type="text/css" href="stylesheet.css" />
15
16 <style type="text/css" id="internalStyle">
17 /*<![CDATA[*/
18
19 /*###POSTCSSMARKER###*/
20 /*]]>*/
21 </style>
22 <link rel="stylesheet" type="text/css" 
href="sysext/t3skin/stylesheets/stylesheet_post.css" />
23
24 <script src="tab.js" type="text/javascript"></script>
25
26 <!--###POSTJSMARKER###-->
27</head>
28<body onclick="if (top.menuReset) top.menuReset();" 
id="typo3-alt-topmenu-dummy-php">
29 <script type="text/javascript">
30 /*<![CDATA[*/
31 if (top.busy && top.busy.loginRefreshed) {
32 top.busy.loginRefreshed();
33 }
34 /*]]>*/
35 </script>
36</body> </html> 


Ingo Renner writes: 

> 
> Am 03.05.2007 um 09:16 schrieb Ingo Renner: 
> 
>> Problem:
>> When installing or uninstalling an extension which contains BE  
>> modules the ne modules don't show up in the menu 
>>
>> <1642_4886.diff>
> 
> commited to trunk... 
> 
> 
> Ingo 
> 
> 
> _______________________________________________
> TYPO3-team-core mailing list
> TYPO3-team-core at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-core 
> 


More information about the TYPO3-team-core mailing list