Hi,
Am 30.03.2011 19:21, schrieb Brion Vibber:
On Wed, Mar 30, 2011 at 9:54 AM, Stefan-Michael Guenther <service@in-put.de mailto:service@in-put.de> wrote:
Hello, after a hardware failure, we restored the Wiki-Directory (MediaWiki 1.15.5) and the database (MySQL 5.0.18) from our backup. But instead of the wiki pages we only get the following messages in the php.log: [Tue Mar 29 23:53:03 2011] [error] [client 127.0.0.1] PHP Notice: Undefined variable: wgExtensionAssetsPath in /srv/www/htdocs/w/includes/Setup.php on line 43
Most likely you've got a mix of MediaWiki versions here. Double-check your LocalSettings.php to ensure that it's loading files (especially the DefaultSettings.php) out of the right path.
there is only one DefaultSettings.php, it's located in the includes directory and it contains the lines
/** MediaWiki version number */ $wgVersion = '1.15.5';
which is exyctly the same version, as in the RELEASES-NOTES file.
Stefan