Recently my web host upgraded their mySQL to version 5 as well as PHP. Fortunately I can keep my php to version 4.0 with the control panel, but the mysql 5 seems to have crashed my site.
http://www.thepostcarddepot.com
I get this error message;
1054 Unknown column 'c.parent_id' in 'on clause'
in:
[SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName FROM novanets_postcardcategories c, novanets_postcardcategories_description cd LEFT JOIN novanets_postcardcategories_description cd2 ON c.parent_id=cd2.categories_id AND cd2.language_id='1' WHERE c.categories_id=cd.categories_id AND cd.language_id='1']

Anyone know how to fix this?

Thanks in advance!