Bug #59034
closed
Generating new encryption key results in HTTP 503 error
Added by Michael Schams over 10 years ago.
Updated about 6 years ago.
Description
In TYPO3 CMS 6.1.9 -> Installation Tool.
Generating a new encryption key triggers an AJAX request:
http:// DOMAIN /index.php??eID=tx_install_ajax&cmd=encryptionKey
The response from the server is a 503 Service Unavailable error, see attached screenshot.
As a consequence, the field of the encryption key contains HTML code (TYPO3's standard "Oops, an error occurred!" page).
Please note the 2x "?" in the URL above. Not sure if this causes the problem.
Files
- Status changed from New to Accepted
- Complexity set to easy
- Is Regression changed from No to Yes
I can confirm this with latest git TYPO3_6-1 head. Maybe a regression of the security HTTP_HOST stuff?
BTW, I do not get an error, but the start page.
Actually these are two bugs.
First bug seems that the AJAX request does not set the request type to install tool mode.
Second bug is the double question mark.
- Status changed from Accepted to Under Review
This also happens in 4.5.34:
But here there is only one bug: 2x "?".
I removed the "?" in /typo3/sysext/install/Resources/Public/Javascript/install.js in line 44 (parameters: ...) and it worked. (didn't test the non-ajax-case for IE<6.)
The issue is present in all versions since this js file exists.
Fixing the double question mark does the trick.
Patch set 2 for branch TYPO3_6-1 works. Successfully tested in 6.1.9, see attached screenshot0001.png
Browser used: Firefox 29.0 on Ubuntu 14.04.
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF