[TYPO3-core] New LocalConfiguration.php (1) - Upgrade problems

Stefan Geith typo3dev2012.nospam1 at geithware.de
Tue Jul 31 15:52:09 CEST 2012


I today tested to upgrade an existing project to master (6.0):

I had problems to use the wizard that converts
localconf.php to LocalConfiguration.php
There is a line in class.tx_coreupdates_localconfiguration.php
       eval(implode(LF, $typo3ConfigurationVariables));
This caused some weird (!) errors on my Debian-Squeeze Server.
I changed this to
       $tmp = implode(LF, $typo3ConfigurationVariables);
       eval($tmp);
and the wizard worked as expected.

Anyone else, who had these problems ?

/Stefan




		



More information about the TYPO3-team-core mailing list