[TYPO3-core] RFC: Bug #1897: Basic Configuration uses different scheme to write im_path to localconf.php
Oliver Hader
oliver at typo3.org
Sun Jul 27 19:59:48 CEST 2008
This is a SVN patch request.
Problem:
The keys 'im', 'im_path' and 'im_path_lzw' of $TYPO3_CONF_VARS['GFX']
are stored differently to localconf.php depending if these variables
were changed with the "Basic Configuration" or "All Configuration" of
the Install Tool.
Example of saving to localconf.php:
* Basic Configuration: TYPO3_CONF_VARS['GFX']["im"] = '1';
* All Configuration: TYPO3_CONF_VARS['GFX']['im'] = '1';
Thus, the Install Tool does not recognize already set variables
correctly which used double quotes.
Solution:
Save the keys with single quotes as the rest of the install tool does
and expects.
Bugtracker references:
http://bugs.typo3.org/view.php?id=1897
Branches: TYPO3_4-2, Trunk
olly
--
Oliver Hader
TYPO3 4.3 Release Manager
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001897.patch
Type: text/x-diff
Size: 2037 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080727/8c1e32e1/attachment.patch
More information about the TYPO3-team-core
mailing list