Hello,
I'm having the same error message and cannot decipher it.
I followed the instructions in the first post and received this:
An unexpected error occured. Please try again later.
Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name
FROM (4images_images i, 4images_categories c)
LEFT JOIN 4images_users u ON (u.user_id = i.user_id)
WHERE i.image_active = 1 AND i.cat_id NOT IN ((0, 18, 21, 22, 29, 41, 23, 28, 30, 24, 31, 36, 17, 25, 32, 37, 19, 26, 33, 38, 20, 27, 34, 39, 35, 40), 37) AND c.cat_id = i.cat_id
LIMIT 256, 1
Operand should contain 1 column(s)
I do not know where to go from here and would be SO grateful for some help on how to make the error message disappear. Thank you!