Quote:
Originally Posted by darrenjdoc
Thanks for your help.
You are right it didnt help.
I had a database error on Wednesday and i had to reupload the database from the previous day and reupload the site and it cured it then. But this morning this started.
I am a bit of a noob. How do you check that table ?
|
Go to phpmyadmin and run this query:
Code:
SHOW columns FROM style;
If your db tables have a prefix, include that in the query as well.
A table will be displayed with all the columns. Check it against the default structure for the style table and see what is missing and what not. Then readd manually the missing column and you should be all set.