[TYPO3-dev] [TYPO3-v4] Announcing TYPO3 4.6 beta3

Maxime Lafontaine maxime.lafontaine at nurun.com
Tue Sep 20 20:23:26 CEST 2011


Here my localconf.php :

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

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

$TYPO3_CONF_VARS['EXT']['extList'] = 'info,perm,func,filelist,about,version,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,t3editor,reports,felogin,form';

$typo_db_extTableDef_script = 'extTables.php';

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

$TYPO3_CONF_VARS['EXT']['extList'] = 'info,perm,func,filelist,about,version,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,t3editor,reports,felogin,form,rsaauth,saltedpasswords';                // Modified or inserted by TYPO3 Core Update Manager.
// Updated by TYPO3 Core Update Manager 20-09-11 17:04:10
$TYPO3_CONF_VARS['SYS']['encryptionKey'] = '521bae40a67804cf63a035153b0f90e45f6d91179eee51745c192dd1303cb091086e0fed56c1c60678ccd8421c43925d';        //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.6';  //  Modified or inserted by TYPO3 Install Tool.
$typo_db_username = 'root';   //  Modified or inserted by TYPO3 Install Tool.
$typo_db_host = 'localhost';     //  Modified or inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 20-09-11 17:04:10
$TYPO3_CONF_VARS['EXT']['extConf']['saltedpasswords'] = 'a:2:{s:3:"FE.";a:2:{s:7:"enabled";s:1:"1";s:21:"saltedPWHashingMethod";s:28:"tx_saltedpasswords_salts_md5";}s:3:"BE.";a:2:{s:7:"enabled";s:1:"1";s:21:"saltedPWHashingMethod";s:28:"tx_saltedpasswords_salts_md5";}}';                //  Modified or inserted by TYPO3 Core Update Manager.
$TYPO3_CONF_VARS['BE']['loginSecurityLevel']  = 'rsa';               //  Modified or inserted by TYPO3 Core Update Manager.
$TYPO3_CONF_VARS['FE']['loginSecurityLevel']  = 'rsa';               //  Modified or inserted by TYPO3 Core Update Manager.
// Updated by TYPO3 Core Update Manager 20-09-11 17:04:18
$typo_db = 'testt346';   //  Modified or inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 20-09-11 17:04:18

?>

AS I said, it on my own computer (WAMP). Normaly, I don't have any problem with 4.5... weird...
I'm on a subfolder, can it be that? My address is "localhost/test/" by example...

Thanks for your help ;)

Maxime Lafontaine

PS.: I don't know how to make my email show "under" the others In the web interface :S





More information about the TYPO3-dev mailing list