Last modified: 2010-05-15 16:02:51 UTC
(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
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.
This is a Problem with my webhoster, not with mediawiki