Page MenuHomePhabricator

Startup fatal error: cache
Closed, ResolvedPublic

Description

MediaWiki doesnt work after instalation, shows fatal error.

I have installed MW 1.22.0. at probably Linux server, using an installer. I have add no cache and folowing extensions during installation:

Cite
ConfirmEdit
Gadgets.php
ImageMap.php
LocalisationUpdate.php
ParserFunctions.php
Renameuser.php
SpamBlacklist.php
SyntaxHighlight_GeSHi.php

When looking for the bug, using $wgShowExceptionDetails, came to the following:
~domain.cz/index.php Exception from line 549 of ~domain.cz/extensions/LocalisationUpdate/LocalisationUpdate.class.php: No cache directory configured

Can send you a backtrace, if you want.


Version: 1.22.0
Severity: normal

Details

Reference
bz59948

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:39 AM
bzimport set Reference to bz59948.
bzimport added a subscriber: Unknown Object (MLST).

It's caused by LocalisationUpdate, tracked at bug 46885

You need to manually set $wgLocalisationUpdateDirectory in LocalSettings.php after setup

  • This bug has been marked as a duplicate of bug 46885 ***