Project

General

Profile

Actions

Bug #29464

closed

Install Tool tries to download index.php - logs say: "[notice] child pid XXXXX exit signal Abort trap (6)"

Added by tempdump no-lastname-given over 12 years ago. Updated about 11 years ago.

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 #1

Updated by tempdump no-lastname-given over 12 years ago

Also tested on another install, but the same server.

Actions #2

Updated by tempdump no-lastname-given over 12 years 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.

Actions #3

Updated by Björn Pedersen over 12 years 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.

Actions #4

Updated by Markus Klein over 12 years ago

So this one can be closed I guess.

Actions #5

Updated by Stefan Galinski about 11 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF