On Tue, Oct 4, 2011 at 6:38 PM, Dr Bob Jansen
<[email protected]>wrote:

> I am getting a Mediawiki Internal Error message that I don't know how to
> resolve. Can someone help? Where is the missing table supposed to reside?
>
> > Error: 1146 Table 'wikidb.page' doesn't exist (localhost)
>

Likely possibilities:
* your database tables have a prefix on their names ('mw_' + 'page' ->
'mw_page'), but you've lost the $wgDBprefix setting from your
LocalSettings.php
* your database is actually empty
* your database looks like it's empty because your MySQL setup is hosed (for
instance, something disabling InnoDB causing all InnoDB-based tables to
disappear)

-- brion
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to