https://bugzilla.wikimedia.org/show_bug.cgi?id=19447
--- Comment #21 from Tim Starling <[email protected]> 2009-07-04 00:10:37 UTC --- (In reply to comment #17) > seems not to be fixed: > > svn update --> succeeded (rev. 52749) > > A database error has occurred > Query: SELECT lc_value FROM `l10n_cache` WHERE lc_lang = 'en' AND lc_key = > 'deps' LIMIT 1 > Function: LCStore_DB::get > Error: 1146 Table 'wikidb.l10n_cache' doesn't exist (localhost) > > svn update --revision 52730 --> succeeded > > Query: SELECT lc_value FROM `l10n_cache` WHERE lc_lang = 'en' AND lc_key = > 'deps' LIMIT 1 > Function: LCStore_DB::get > Error: 1146 Table 'wikidb.l10n_cache' doesn't exist (localhost) > > svn update --revision 52502 --> succeeded Are you saying you get an error from the wiki after you do an svn update, but before you run maintenance/update.php? > php maintenance/update.php > MediaWiki 1.16alpha Updater > [some output] > Deleting old default messages (this may take a long time!)...Done > Checking site_stats row...ok. > Purging caches...done. > Done. This is the output you would expect when the bug is fixed, maintenance/update.php does not get this far when it fails. (In reply to comment #20) > I'd assume the updaters get ran in the order specified in the config, if this > assumption is wrong, the follow is false: > > do_populate_parent_id get's called in the 1.13 section, but l10n isnt' created > until the 1.16 section. > > These updaters dont seem to be defined for PG so I simulated by deleting the > l10n table, not run update.php but run populateCategory.php first. The > backtrace is similar as when running update.php: That does not simulate anything. Only maintenance/update.php and config/index.php will work before the l10n_cache table is created. The rest of the maintenance scripts and the wiki itself will fail. That is not a bug. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
