Page MenuHomePhabricator

Detecting wrong PHPVersion on amd64 Linux. Aborting...
Closed, InvalidPublic

Description

Author: genkitek

Description:
(at revision 36623)

It says

PHP 5.0.x is buggy on your 64-bit system; you must upgrade to PHP 5.1.x or higher.

ABORTING. (http://bugs.php.net/bug.php?id=34879 for details)

BUT PHPINFO shows version 5.2.6. and Linux is a 2.6.18-4-amd64


Version: 1.13.x
Severity: major
OS: Linux
URL: http://nerdscout24.de/zdcwiki/

Details

Reference
bz14641

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:10 PM
bzimport set Reference to bz14641.
bzimport added a subscriber: Unknown Object (MLST).

It actually tests for the bug, not the version of PHP. That probably means that they somehow managed to break it again or there is something else going on.

The server is sending a header indicating it's actually running PHP 4:
X-Powered-By: PHP/4.4.7

It appears to be configured to run .php files as PHP 4 and .php5 files as PHP 5.

Try setting up your wiki with the alternate URLs:
http://nerdscout24.de/zdcwiki/index.php5

or change your configuration to run scripts through PHP 5 by default.

genkitek wrote:

This is a Problem with my webhoster, not with mediawiki