[TYPO3-v4] a question on typo3 - 4.5

Shawn Wang shawnwa at umd.umich.edu
Mon May 9 04:36:03 CEST 2011


Hi Helmut, 
Thank you very much. 
You are right. When add those 2 lines to localconf.php, it works - I can see login form. 
Again, thank you for help. 
Shawn Wang 


----- Original Message -----
From: "Helmut Hummel" <helmut.hummel at typo3.org> 
To: typo3-project-v4 at lists.typo3.org 
Sent: Sunday, May 8, 2011 6:05:15 AM 
Subject: Re: [TYPO3-v4] a question on typo3 - 4.5 

Hi Shawn, 

On 08.05.11 06:18, Shawn Wang wrote: 

> Today I tried use dummy + source, untarred separately, rather than introduction package. I got the same result. in database, 52 tables created, by clicking database - compare, and I could also create admin user. But when go to backend, the login form did not appear, but the msg: 
> 
> This installation was just upgraded to TYPO3 4.5. In this version, some default settings have changed. 
> You can continue to use your settings by specifying the former default values in localconf.php. 
> Please proceed to the Update Wizard in the TYPO3 Install Tool to update your configuration. 

> While, my localconf.php is as below: 

The following lines are missing (don't know why, probably the webserver 
cannot write to the localconf.php, probably a bug in the install process): 

$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; 
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8'; 


> //////////////////////////////////////////////////////////////////////////////////////////////////////////// 

> $TYPO3_CONF_VARS['BE']['installToolPassword'] = '0cfa95e7d60d66393cace9d888745c04'; // Modified or inserted by TYPO3 Install Tool. 

You just disclosed your password! 

You're highly encouraged to change it, use _better_ passwords for _any_ 
publicly available service and to not publicly disclose md5sums of your 
passwords in the future. 

Kind regards, 
Helmut 

-- 
Helmut Hummel 
TYPO3 Security Team Leader, TYPO3 v4 Core Team Member 

TYPO3 .... inspiring people to share! 
Get involved: typo3.org 
_______________________________________________ 
TYPO3-project-v4 mailing list 
TYPO3-project-v4 at lists.typo3.org 
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-v4 


More information about the TYPO3-project-v4 mailing list