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
