MyBB Community Forums

Full Version: Moving Files to new Host - Problem:(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Everyone,

I tried to move my old forum to one of my other domains which is also on another hosting. I followed this tutorial: http://community.mybb.com/thread-27771-page-4.html

Now I think I did everything correctly but I get the following error.

yBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'talkouya_webmacker.mybb_datacache' doesn't exist
Query:
SELECT title,cache FROM mybb_datacache

Anyone know how I can fix this?
Go To Phpmyadmin

Run This Query:

CREATE TABLE IF NOT EXISTS `mybb_datacache` (
  `title` varchar(50) NOT NULL DEFAULT '',
  `cache` mediumtext NOT NULL,
  PRIMARY KEY (`title`),
  FULLTEXT KEY `title` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Next Time Take Sql Backup From phpmyadmin and i am sure you will not face errors

Smile
Thank you man, but now I get this errorSad

MyBB has experienced an internal error and cannot continue.

Error Type:
MyBB Error (42)
Error Message:
Your board has not yet been upgraded. Please do so before attempting to browse it.
(2012-10-20, 12:38 PM)Niggidea Wrote: [ -> ]Thank you man, but now I get this errorSad

MyBB has experienced an internal error and cannot continue.

Error Type:
MyBB Error (42)
Error Message:
Your board has not yet been upgraded. Please do so before attempting to browse it.

Try To Upgrade it then Wink

Whats Your Forum Url ?
How can I upgrade it? What do I have to upgrade?