Advertisement
lcawte

Untitled

Dec 29th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. root@lcserv:/srv/www/servhome# php maintenance/update.php
  2. MediaWiki 1.19alpha Updater
  3.  
  4. Going to run database updates for servhome-mw_
  5. Depending on the size of your database this may take a while!
  6. Abort with control-c in the next five seconds (skip this countdown with --quick) ... 0
  7. ...ipblocks table does not exist, skipping new field patch.
  8. ...ipblocks table does not exist, skipping new field patch.
  9. Creating interwiki table...PHP Warning: Invalid argument supplied for foreach() in /srv/www/servhome/includes/cache/MessageCache.php on line 413
  10. PHP Warning: Invalid argument supplied for foreach() in /srv/www/servhome/includes/cache/MessageCache.php on line 430
  11. A database query syntax error has occurred.
  12. The last attempted database query was:
  13. "CREATE TABLE `mw_interwiki` (
  14. iw_prefix varchar(32) NOT NULL,
  15. iw_url blob NOT NULL,
  16. iw_local BOOL NOT NULL,
  17. UNIQUE KEY iw_prefix (iw_prefix)
  18. ) ENGINE=InnoDB, DEFAULT CHARSET=binary
  19. "
  20. from within function "DatabaseBase::sourceFile( /srv/www/servhome/maintenance/archives/patch-interwiki.sql )".
  21. Database returned error "1050: Table 'mw_interwiki' already exists (localhost)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement