Debian Lenny MediaWiki: 1.14.0 PHP: 5.2.6-3 (apache2handler) MySQL: 5.0.51a-24-log Cite: 'svn-revision' => '47190' (2009-02-12 18:02:27 )
Hello,
I would like to use simple footnotes and aftre some reading I installed Extension:Cite. But integrating it in LocalSettings.php via ...
require_once( "$IP/extensions/Cite/Cite.php" );
... lets Apache throw a 500 (= internal server error).
What really puzzles me:
a) apache accesss.log: ###.###.###.### - user.name [25/Mar/2009:11:17:51 +0100] "GET /wiki/index.php/Hauptseite HTTP/1.0" 500 26 "http://www.mydomain.tld/"
b) apache error.log: - nothing -
c) PHP log: - nothing -
The only indication of a failure is the status code '500' in apache's access.log and the empty screen after calling the wiki mainpage.
Any hints? Peter