Bug #17962
closedInstall Tool: 'Basic Configuration' Values are Overwriting Selected 'All Configuration' Values.
0%
Description
If you have entered some values in the 'All Configuration' page of the Install Tool, then you try to edit and save 'Basic Configuration' page, some of the values are being overwritten.
For example, in 'All Configuration' page, I set the following options:
[GFX][im_combine_filename]=composite
[BE][disable_exec_function]= 1
[GFX][im_version_5]= im6
[GFX][gdlib_png]=1
However, under the 'Basic configuration' page, these settings are reported like this:
[GFX][im_combine_filename]=combine
current value is combine
[BE][disable_exec_function]= 0
current value is 1
[GFX][im_version_5]= im5
current value is im6
[GFX][gdlib_png]=0
current value is 0
Therefore, if I need to change a setting like database name etc in the basic config page, after updating localconf.php, the im_version_5 setting will revert from the current value of im6 to im5; thus the admin has to reset im6 via the all config page. It also applies to disable_exec_function variable, and maybe others too, but these I can confirm.
(issue imported from #M7071)
Updated by Chris topher over 14 years ago
This is still an issue using current trunk.
See here for [GFX][gdlib_png]:
http://forge.typo3.org/attachments/14145/screenshot-png.png
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.