Actions
Bug #29464
closedInstall Tool tries to download index.php - logs say: "[notice] child pid XXXXX exit signal Abort trap (6)"
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2011-09-04
Due date:
% Done:
0%
Estimated time:
1.00 h
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With PHP 5.3.8 as Apache HTTPD 2.2.20 Module on FreeBSD 9 calling one of the following URLs fails (suggests downloading the index.php file):
- index.php?TYPO3_INSTALL[type]=config
- index.php?TYPO3_INSTALL[type]=database
- index.php?TYPO3_INSTALL[type]=cleanup
The following do work:
- index.php?TYPO3_INSTALL[type]=update
- index.php?TYPO3_INSTALL[type]=images
- index.php?TYPO3_INSTALL[type]=extConfig
- index.php?TYPO3_INSTALL[type]=phpinfo
- index.php?TYPO3_INSTALL[type]=typo3conf_edit
- index.php?TYPO3_INSTALL[type]=about
- index.php?TYPO3_INSTALL[type]=logout
/var/log/httpd-error.log outputs:
[notice] child pid XXXXX exit signal Abort trap (6)
The digit within parenthesis (error code?) is always '6'.
Actions