Actions
Bug #19165
closedapache does not respond anymore after trying to access the install tool
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