Quote:
Originally Posted by BlackJacket
Hi Dylan,
I recently moved my DB to another server and started to receive this error message soon after. I though if i uninstalled it would correct the issue but it has not.
Any suggestions?
|
Running this in phpmyadmin or the vb sql query area if you have access should do it.
DELETE FROM phrasetype WHERE fieldname = 'garage'; If you have a prefix you need to add it before the table, so if you have a prefix of vb_ then it'd need to be
DELETE FROM vb_phrasetype WHERE fieldname = 'garage';
That will remove the garage phrase reference. Not sure why it was stuck in there.