[TYPO3-dev] Duplicated values in localconf.php (typo3conf)
Francois Suter
fsuter at cobweb.ch
Sat Jan 17 12:24:51 CET 2009
Hi,
> The "bug" is a duplicate of ["SYS"]["compat_version"]. How and when the
> duplicate is made, i don't know. All off these installations has a
> history back to 4.0.x and older. The annoying part is when using the
> upgrade wizard in the Install Tool, it looks like only the first
> occurence of ["SYS"]["compat_version"] is changed, but it's the second
> one which are read back to the TYPO3 backend/Install Tool.
>
> I doesn't look like this "bug" do any harm, or gives problems. Someone
> else who has found the same problem? Checking out before I'm make a bug
> report.
Yes I stumbled on the same problem last week, while trying to upgrade a
4.1 to a 4.2 install. However I had upgraded other installs previously
and not encountered some problem.
I din't have time to dig into the bug at the time, but I think the
problem comes from the fact that the variables was written once with
double quotes and now is looked for with single quotes and is not
recognised anymore. Hence you get both a ["SYS"]["compat_version"] and a
['SYS']['compat_version'].
Cheers
--
Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
More information about the TYPO3-dev
mailing list