Last modified: 2012-04-19 21:22:12 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T32891, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 30891 - Install script tries to delete data from redirects table without creating it first.
Install script tries to delete data from redirects table without creating it ...
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.18.x
All All
: Normal normal (vote)
: 1.18.0 release
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-13 23:25 UTC by Mark A. Hershberger
Modified: 2012-04-19 21:22 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Mark A. Hershberger 2011-09-13 23:25:48 UTC
$ php maintenance/install.php --dbtype=mysql --dbuser=wikiuser \
     --dbpass=wikipass --dbname=wikidb --dbprefix=db118_ --installdbuser=root \
     --pass=none  --scriptpath=/wiki/1.18/phase3 test test 
...
  Creating administrator user account
  done
  Creating main page with default content
  Could not insert main page: A database error has occurred.  Did you forget \
  to run maintenance/update.php after upgrading?  See: http://www.mediawiki.org \
  /wiki/Manual:Upgrading#Run_the_update_script                       
  Query: DELETE FROM `db118_redirect` WHERE rd_from = '1'
  Function: WikiPage::updateRedirectOn
  Error: 1146 Table 'wikidb.db118_redirect' doesn't exist (localhost)

  0 /home/mah/work/code/mediawiki/1.18/phase3/includes/db/Database.php(814): 
  DatabaseBase->reportQueryError('Table 'wikidb.d...', 1146, 'DELETE FROM
   `db...', 'WikiPage::updat...', false)
Comment 1 Mark A. Hershberger 2011-10-28 01:52:31 UTC
release notes?
Comment 2 Mark A. Hershberger 2011-11-02 20:13:01 UTC
can't reproduce.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links