https://bugzilla.wikimedia.org/show_bug.cgi?id=34938
--- Comment #6 from Antoine "hashar" Musso <has...@free.fr> 2012-03-07 11:27:56 UTC --- l10nupdate runs every day around 2am UTC and generates a serialized cache file: /home/wikipedia/common/php-1.19/cache/l10n/l10nupdate-sa.cache Loading it locally with $ar = unserialize( file_get_contents( 'l10nupdate-sa.cache' ) ); var_dump( $ar['pagetitle'] ); Gives us a nice: string(0) "" So the cache is faulty :-( Trying to rebuild cache again. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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 Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
