Bug #29464
Install Tool tries to download index.php - logs say: "[notice] child pid XXXXX exit signal Abort trap (6)"
| Status: | Closed | Start date: | 2011-09-04 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Install Tool | |||
| Target version: | - | Estimated time: | 1.00 hour | |
| TYPO3 Version: | 4.5 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 1 (View) |
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'.
History
Updated by tempdump over 1 year ago
Also tested on another install, but the same server.
Updated by tempdump over 1 year ago
Additional notes:
- The downloaded index.php is empty
- The according process dies (as stated in the heading
Thus I doubt this is a configuration(-only) issue. If the server would just fail to interpret the php file and offer it for download instead, it'd contain the actual php-code.
Updated by Björn Pedersen over 1 year ago
If I remember correctly, I had a similiar problem (also on FreeBSD). It turned out that it was eAccelerator that was causing the crashes.
Updated by Markus Klein over 1 year ago
So this one can be closed I guess.
Updated by Stefan Galinski 2 months ago
- Status changed from New to Closed