I am getting this error when I am in the AdminCP and click Edit Categories:
Quote:
We're sorry, but the system experienced an unrecoverable error. Please try again later.
Script:
Query: SELECT id, catname, description, catorder, parent, thumbs, children FROM pc_categories WHERE cattype='c' ORDER BY catorder ASC
Result: Unknown column 'cattype' in 'where clause'
Database handle: Resource id #128
|
I checked the database table and, obviously, the cattype field isn't there. It used to work fine before so I am not sure why this field suddenly went missing.
Can I just add it again to the table? Or is it something in that script that is wrong?