I get this errors on frontpage :
Got error -1 from table handler SQL=SELECT ROUND(v.rating_sum/v.rating_count) AS rating, v.rating_count,\na.*, u.name AS author, u.usertype\nFROM mos_content AS a\nINNER JOIN mos_content_frontpage AS f ON f.content_id = a.id\nLEFT JOIN mos_users AS u ON u.id = a.created_by\nLEFT JOIN mos_content_rating AS v ON a.id = v.content_id\nWHERE a.state=\'1\'\n AND a.access <= \'2\'\n AND (publish_up = \'0000-00-00 00:00:00\' OR publish_up <= NOW())\n AND (publish_down = \'0000-00-00 00:00:00\' OR publish_down >= NOW())\nORDER BY f.ordering, a.ordering ASC, a.catid, a.sectionid LIMIT 11
I tryed (and nothing worked)
-reduce meta tag's
-repair DB and mos_contente table
-Dump, Drop and rebuild table
It is Mambo 4.5 1.0.9 [Spider], and site is
www.terracro.com , odd thing that remain of site works just fine.
Any help will be great
