Project

General

Profile

Actions

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.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2014-05-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:

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

issue59034.png (136 KB) issue59034.png Michael Schams, 2014-05-22 15:32
screenshot0001.png (65.3 KB) screenshot0001.png Michael Schams, 2014-06-03 13:27
Actions #1

Updated by Michael Schams over 10 years ago

screenshot added.

Actions #2

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.

Actions #3

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.

Actions #4

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

Actions #5

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.)

Actions #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.

Actions #7

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

Actions #8

Updated by Michael Schams over 10 years ago

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.

Actions #9

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

Actions #10

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

Actions #11

Updated by Markus Klein over 10 years ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF