Bug #29683
closedGenerating Encryption Key renders strange key
0%
Description
Hitting the "Generate Encryption Key" button puts the following text into the form field:
This installation was just upgraded to TYPO3 4.5. In this version, some default settings have changed.<br /> You can continue to use your settings by specifying the former default values in localconf.php.<br /> Please proceed to the Update Wizard in the TYPO3 Install Tool to update your configuration.
This has been seen in version 4.5.5 within an installation, that was changed from 4.0.x to 4.5.x and before running the upgrade wizard.
Looks like this encryption key should be generated on the server - and all calls are blocked with the above message (same message is shown if I call this installation's FE or BE)
Updated by Steffen Gebert about 13 years ago
Is there an encryption key Update Wizard listed above the utf8 Upgrade Wizard? I'm sceptic, if we should add lots of checks, before the message is shown..
Updated by Mario Rimann about 13 years ago
Steffen Gebert wrote:
Is there an encryption key Update Wizard listed above the utf8 Upgrade Wizard?
Not sure what you mean with this one...?
I'm sceptic, if we should add lots of checks, before the message is shown..
Yes, I agree. This check+exit should be one of the first things that happens as long as an installation is not updated to the current version (i.e. update wizard not run at all).
So this can also be closed as won't fix.
Updated by Xavier Perseguers almost 13 years ago
- Status changed from New to Rejected
- Priority changed from Should have to Won't have this time