Bug #59034
closedGenerating new encryption key results in HTTP 503 error
0%
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
Updated by Michael Schams over 10 years ago
- File issue59034.png issue59034.png added
screenshot added.
Updated by Philipp Gampe over 10 years ago
- 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.
Updated by Markus Klein over 10 years ago
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.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30385
Updated by Daniel Wagner over 10 years ago
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.)
Updated by Markus Klein over 10 years ago
The issue is present in all versions since this js file exists.
Fixing the double question mark does the trick.
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30385
Updated by Michael Schams over 10 years ago
- File screenshot0001.png screenshot0001.png added
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.
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_4-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30542
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_4-5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30543
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved