MediaWiki Errors After Move

MediaWiki Errors After Move

Posted by: TehJ
Posted on: 2006-12-20 21:57:00

I'm attempting to test a wiki move before I commit to moving all of my domains over, but for the life of me, I can't get it working.

I moved the database over via Putty then copied all files up to the directory. I changed what I'm pretty sure I should have changed in the LocalSettings.php file. When I access it, I get this error.

Error in fetchObject(): Table '<my database name>.wiki_page' doesn't exist

Backtrace:

* GlobalFunctions.php line 602 calls wfBacktrace()
* Database.php line 596 calls wfDebugDieBacktrace()
* MessageCache.php line 246 calls Database::fetchObject()
* MessageCache.php line 174 calls MessageCache::loadFromDB()
* MessageCache.php line 357 calls MessageCache::load()
* GlobalFunctions.php line 449 calls MessageCache::get()
* GlobalFunctions.php line 408 calls wfMsgGetKey()
* GlobalFunctions.php line 319 calls wfMsgReal()
* OutputPage.php line 172 calls wfMsg()
* OutputPage.php line 771 calls OutputPage::setPageTitle()
* Database.php line 476 calls OutputPage::databaseError()
* Database.php line 419 calls Database::reportQueryError()
* BagOStuff.php line 390 calls Database::query()
* BagOStuff.php line 281 calls MediaWikiBagOStuff::_doquery()
* BagOStuff.php line 228 calls SqlBagOStuff::_query()
* MessageCache.php line 142 calls SqlBagOStuff::get()
* MessageCache.php line 357 calls MessageCache::load()
* GlobalFunctions.php line 449 calls MessageCache::get()
* GlobalFunctions.php line 408 calls wfMsgGetKey()
* GlobalFunctions.php line 361 calls wfMsgReal()
* Wiki.php line 74 calls wfMsgForContent()
* index.php line 105 calls MediaWiki::checkInitialQueries()

Anyone maybe see what the problem could be? A few days of this is driving me nuts.


Tags: mediawikiphp fileputtyi changedwiki