![]() |
[Installing] Error 1146 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 Installation and Upgrades Support (https://community.mybb.com/forum-162.html) +------ Thread: [Installing] Error 1146 (/thread-154305.html) |
Error 1146 - icecopy - 2014-06-01 Before I go on through this thread I just want to say yes, I have looked at the common error issues page and no, It didnt work for me. Now, my old website was getting deleted so I had to move my stuff to a new site. I had no problems with the forum whatsoever, and so I backed it up and put it on the new site. I get the error 1146, which is: SQL Error: 1146 - Table '****.phpbb_auto_datacache' doesn't exist Query: SELECT title,cache FROM phpbb_auto_datacache I am almost positive the table prefix is right. As shown in phpmyadmin: (attached pic) Unless Im really stupid, maybe I am, this is the table prefix? RE: Error 1146 - dragonexpert - 2014-06-01 phpbb_auto_ is the prefix, however, you do not have the table phpbb_auto_datacache which is why that error is occuring. RE: Error 1146 - StefanT - 2014-06-01 The tables don't look like belonging to a MyBB... RE: Error 1146 - VoIP - 2014-06-01 Are you porting phpbb to mybb? Keep in mind use the upgrade script, and make sure you keep the tables with: mybb_* |