View Single Post
Old March 14th, 2012, 08:42 PM   #1 (permalink)
Wulf
Member
Verified Customer
 
Join Date: Nov 2010
Location: NW Michigan (USA)
Posts: 117
Edit categories error

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?
Wulf is offline   Reply With Quote