How to fix SQL Error 1054 - Unknown column - Printable Version +- howtothings.co.uk (https://www.howtothings.co.uk) +-- Forum: Computing (https://www.howtothings.co.uk/forumdisplay.php?fid=4) +--- Forum: Website Development, Implementation and General Webmaster Support (https://www.howtothings.co.uk/forumdisplay.php?fid=9) +--- Thread: How to fix SQL Error 1054 - Unknown column (/showthread.php?tid=372) |
How to fix SQL Error 1054 - Unknown column - Mark - 25-09-2010 I'd just upgraded to MyBB version 1.6, and everything was running smoothly until i started cleaning up my plugins, in the process i removed my old 1.4 prefix plugin as 1.6 has its own support. Then i tried to browse categories and just received; Code: MyBB SQL Error Which is bad. Looking through the database using phpmyadmin, i couldn't find the culprit. Fix: Re-upload the /install/ directory in to the root (public_html) of your website. Then browse to http://yourwebsite.com/install/upgrade.php and re-upgrade your forum. This'll reload the tables and clean up any crap. Once finished, delete the /install/ directory and carry on as usual. RE: How to fix SQL Error 1054 - Unknown column - Mark - 02-04-2011 Did you go through the re-install successfully from 1.4 to 1.6? It'll remove the old tables, (where this problem is) |