Bug #19165
closedapache does not respond anymore after trying to access the install tool
0%
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)
Updated by Alexander Opitz over 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.