Project

General

Profile

Actions

Bug #19165

closed

apache does not respond anymore after trying to access the install tool

Added by Stephan Petzl over 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2008-07-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in use: typo3winstaller 4.2
when i try to access the install tool the whole system stops responding. there is no entry in the apache log nor in the phperror.log.
i tried to debug the problem and found out that excluding 3lines in the class.tx_install.php solved my problem. surely there are side effects of this, but anyway:

// include update classes
/*require_once(t3lib_extMgm::extPath('install').'updates/class.tx_coreupdates_compatversion.php');
require_once(t3lib_extMgm::extPath('install').'updates/class.tx_coreupdates_notinmenu.php');
require_once(t3lib_extMgm::extPath('install').'updates/class.tx_coreupdates_mergeadvanced.php');
*/

(issue imported from #M9070)

Actions #1

Updated by Alexander Opitz about 11 years ago

  • Status changed from New to Closed
  • Target version deleted (0)
  • TYPO3 Version set to 4.2

The whole code changed and it sounds like an issue of the installed PHP on Windows. So reopen if it still exists.

Actions

Also available in: Atom PDF