Quote:
Originally Posted by Dylanblitz
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.
|
OK i ran the query. Lets see if that worked.
It had to be something with the move.
Thanks for the help.