Hoping someone can help me figure out why 1.19.1 update.php script is dying by what is coming next in the script
MediaWiki 1.19.1 Updater
Going to run database updates for mw_update Depending on the size of your database this may take a while! Abort with control-c in the next five seconds (skip this countdown with --quick) ... 0 ...ipblocks table does not exist, skipping new field patch. ...ipblocks table does not exist, skipping new field patch. Creating interwiki table...done. Adding default interwiki definitions...done. Set $wgShowExceptionDetails = true; in LocalSettings.php to show detailed debugging information.
Little stumped it dies without error, i think I should be looking for 99 total tables when the upgrade script finishes, but it is just creating 1 extra. Is the fact that ipblocks being hit twice the issue?
Apache/2.2.20 (Ubuntu) PHP Version 5.3.6-13ubuntu3.8 MySQL client version: 5.1.63 PHP extension: mysqli
The db is 30MB and the 16.5 version runs perfect on my localhost, not a hitch. Log in, edits, uploads. I tried running the rebuildall script before the update in 16.5 just to make sure the db was good. Since I have control of script time, I tried web based update, says it completes, but the db is showing only 1 page, main page default for a new installation even though the db now says it is 32MB, but a rebuildall only sees 1 page.
The dump from the 16.5 wiki was a MySql 4(don't even get me started) into my MySQL 5 db. Could that be the issue? MyISAM to InnoDB issue?
Thanks Tom
------------------------------------------------------------------------