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

Franz Holzinger franz at fholzinger.com
Wed May 16 15:16:16 CEST 2007


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

generated by typo3/alt_main.php with id:
 * $Id: alt_main.php 2330 2007-05-09 09:30:05Z ingorenner $

- No extensions have be installed by myself. They are only the default
extensions.



$TYPO3_CONF_VARS['EXT']['extList'] =
'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin';

I have tried to remove all extensions. But still the same behaviour. No
hooks have been applied and no extensions installed. Only hidden system
extensions which I cannot deinstall.

The typo3conf/localconf.php is:

<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';

	// Default password is "joh316" :
$TYPO3_CONF_VARS['BE']['installToolPassword'] =
'bacb98acf97e0b6112b1d1b650b84971';

$TYPO3_CONF_VARS['EXT']['extList'] = '';

$typo_db_extTableDef_script = 'extTables.php';

## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be
changed by the install script!

$typo_db_username = 'root';	//  Modified or inserted by TYPO3 Install Tool.
$typo_db_host = 'localhost';	//  Modified or inserted by TYPO3 Install Tool.
$typo_db = 'typo3trunk';	// Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite';	//
Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']["im_path"] = '/usr/bin/';	//  Modified or
inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im5';	//  Modified or
inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['sitename'] = 'TYPO3 Trunk Test Site';	//
Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['encryptionKey'] =
'5c936263f3428a40227908d5a3847c0b6b49b2eab1a4cc6d9bc61c48ec5ad1af7a28843ab654af49f9525c5684f45abf';
//  Modified or inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 11-05-07 14:39:29
?>

typo3trunktest folder:

[franz at localhost typo3trunktest]$ ls -l
total 26
-rwxrwxrwx 1 franz franz   46 avr  2 23:41 clear.gif*
drwxrwxrwx 4 franz franz 1024 mai 15 08:47 fileadmin/
-rwxrwxrwx 1 franz franz 5051 avr  2 23:41 _.htaccess*
lrwxrwxrwx 1 franz franz   19 mai 11 14:33 index.php -> typo3_src/index.php
-rwxrwxrwx 1 franz franz 7087 avr  2 23:41 INSTALL.txt*
-rwxrwxrwx 1 franz franz 7695 avr  2 23:41 README.txt*
-rwxrwxrwx 1 franz franz  425 avr  2 23:41 RELEASE_NOTES.txt*
lrwxrwxrwx 1 franz franz   15 mai 11 14:33 t3lib -> typo3_src/t3lib/
lrwxrwxrwx 1 franz franz   15 mai 11 14:33 typo3 -> typo3_src/typo3/
drwxrwxrwx 4 franz franz 1024 mai 16 15:07 typo3conf/
lrwxrwxrwx 1 franz franz   28 mai 16 15:11 typo3_src ->
../typo3-svn/TYPO3core/trunk/
drwxrwxrwx 7 franz franz 1024 mai 15 08:47 typo3temp/
drwxrwxrwx 5 franz franz 1024 mai 15 08:47 uploads/

/var/www/html/typo3-svn/TYPO3core/trunk/typo3/ext
[franz at localhost ext]$ ls -l
total 1
-rw-r--r-- 1 franz franz 238 mai 11 13:40 README.txt

[franz at localhost ext]$ pwd
/var/www/html/typo3trunktest/typo3conf/ext
[franz at localhost ext]$ ls -l
total 0


browser URL:
http://localhost/typo3trunktest/typo3/alt_main.php



- Franz


More information about the TYPO3-english mailing list