Actions
Bug #17219
closedupdate wizard incorrectly updates the compat_version
Start date:
2007-04-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This is what the update wizard does:
$TYPO3_CONF_VARS["SYS"]["compat_version"] = '4.1'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.0'; // Modified or inserted by TYPO3 Install Tool.
And so the compat_version remains the same.
It's not 4.1.0 but 4.1.1 but not such value in the drop down. I was upgrading from 4.0.2 on a linux box. Replaced the sources using symlink and followed instructions from the documentation.
(issue imported from #M5453)
Actions