Hello
my provider migrated two days ago to php 5.5, and since then my wiki (http://www.olliw.eu/storm32bgc-wiki/) doesn't load anymore.
my MediaWiki version is 1.23.2
I first thougfht that the issue is related to the .htaccess, which does a redirect:
<Files LocalSettings.php>
deny from all
</Files>
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
RewriteRule ^(.*)$ %{DOCUMENT_ROOT}/storm32bgc-wiki/index.php5 [L]
but removing it didn't help. Using the cntrl+U of firefox to watch the recieved html code displays the content of the file index.php5, i.e. it seems as if the require './index.php';
is not executed.
I'm at a loss, and would much appreciate any hint or tip or indication in which direction to look for.
Thx Olli