On 15/08/10 19:06, Even Thorbergsen wrote: > I have just updated my wiki from 1.15.1 to 1.16. > > After uploading all files (except extension and images directories), I run > "maintenance/update.php" getting as follows: > > Fatal error: Class 'DeleteDefaultMessages' not found in > /data/www/bmk.no/www/wiki/maintenance/updaters.inc on line 1161
Check if you updated maintenance/deleteDefaultMessages.php correctly. This error would happen if you still had the copy from 1.15.1. > Now I cannot update pages. When saving I get the following (based on my > translation): > > Syntax error in a database query indicating a software error. Most recent > database query was: > > (SQL-query hidden) > > from the function <LogPage::saveContent>. The database returned the error > <1054: Unknown column 'log_page' in 'field list' (localhost)>. I'm not exactly sure how this is possible, at least without setting some exotic DB options in LocalSettings.php, but re-running update.php should fix it, once you have that script working. -- Tim Starling _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
