Run the update script to see if you can create the table that way http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
On Mon, Oct 17, 2011 at 4:47 PM, Bret Bailey <[email protected]> wrote: > I changed my media wiki configuration. I am now trying to install it with > mysql database. I have the everything installed, but when I go to the main > page, I get the following error: > > A database query syntax error has occurred. This may indicate a bug in the > software. The last attempted database query was: > > (SQL query hidden) > > from within function "IndexPager::reallyDoQuery (LogPager)". Database > returned error "1146: Table 'my_wiki.tag_summary' doesn't exist > (localhost)". > > When I query the mysql database, the tag_summary table is not there. How > do I go about getting this data? > > Thanks. > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of OQ > Sent: Monday, October 17, 2011 2:08 PM > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] PostgreSQL error > > On Mon, Oct 17, 2011 at 12:40 PM, Bret Bailey <[email protected]> wrote: > > I've installed the mediawiki and ran through the config process, but when > I go to http://localhost:8080/mediawiki/index.php, (which is where I > installed everything) I get a MediaWiki internal error. I am using > PostgreSQL 9.1 on Windows 7, using an apache 2.2.20 server and php v. 5.3.8. > The page suggests to run the update.php in the maintenance folder, which > produces errors also, but closes before I can read them. > > > > Below is what the index.php shows: > > MediaWiki internal error. > > > > Original exception: exception 'DBQueryError' with message '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: SELECT value,exptime FROM objectcache WHERE keyname = > > 'my_wiki:messages:en' LIMIT 1 > > Function: SqlBagOStuff::get > > Error: 1 ERROR: relation "objectcache" does not exist LINE 1: ...ECT > > /* SqlBagOStuff::get */ value,exptime FROM objectcach... > > If you're using an existing PG user make sure their search path is set > correctly for the schema you installed mediawiki under, and/or if you had > the installer create it, just double check it as well. > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- John _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
