https://bugzilla.wikimedia.org/show_bug.cgi?id=59614
--- Comment #2 from Iaroslav Vassiliev <[email protected]> --- I used extension version bundled with MediaWiki 1.22.0 public download package. $wgCacheDirectory was empty. There was no messages about undefined variables, so it was defined, but empty. As you can see, this exception is thrown when both $wgLocalisationUpdateDirectory and $wgCacheDirectory are empty. line 549 of LocalisationUpdate.class.php: $dir = $wgLocalisationUpdateDirectory ? $wgLocalisationUpdateDirectory : $wgCacheDirectory; if ( !$dir ) { throw new MWException( 'No cache directory configured' ); } -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
