Actions
Bug #15327
closedUpdating encryption key sets compat version to same value
Start date:
2005-12-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After login the wanring box showed me that my encryption key was not set. So it set it, and this is the output I got (key is shortened):
$TYPO3_CONF_VARS["SYS"]["encryptionKey"] = '892c...c83d'
$TYPO3_CONF_VARS["SYS"]["compat_version"] = '892c...c83d'
Configuration written to typo3conf/localconf.php
(issue imported from #M2126)
Updated by Karsten Dambekalns almost 19 years ago
Funny, not the update wizard says:
"Your current TYPO3 installation is configured to behave like version 892c91e0a653ba19df81a90f89d99bcdb9d1d60bda4ecab5a6fd1f48351e2063bb2a0925c4c56c1239ecba9a40cdc83d of TYPO3. If you just upgraded from this version, you most likely want to use new features as well. In the next step, you will see the things that need to be adjusted to make your installation compatible with the new features."
Wow, and I thought we were still before 4.0 :)
Actions