MyBB Community Forums

Full Version: UpGrade error !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, when I run the 1.6.4 upgrade I had this error:


Fatal error: [SQL] [1146] Table 'darkhack_dh.mybb_icons' does not exist
SELECT iid, name, path FROM mybb_icons in / home / darkhack / public_html / inc / db_mysqli.php on line 557
it appears that table prefix is incorrect - you may not have mybb_ as the prefix ..
check it in ./inc/config.php file AND at the database of myBB installation
Thank you for your reply. try it now! Smile
Edit :

I have it in the config file ....

It has the prefix mybb_

[Image: Capture01.jpg]
Forum URL?
I don't think it's anything to with the prefix, the icons table just doesn't exist, have you deleted it for any reason??
Yes, I delete the table because I wanted to do a cleaning machines in my database. How do I fix this?
I'm not sure if this is gonna work, but try importing the table attached in this post in your database (extract it first)

EDIT: PS The table content are same as a default => mybb_icons table
Thanks dude

Its a walkSmile
You're welcome, glad that it helped Smile
For future reference, don't delete default tables, you'll just end up making work for yourself.