Hi,
I was getting this same error. I used the drop and recreate fix. It's seems to have worked.
Now I am getting another error, apparently in the banners tables.
1034 Incorrect key file for table 'b'; try to repair it
in:
[select b.banners_id, b.expires_date, b.expires_impressions, sum(bh.banners_shown) as banners_shown from zen_banners b, zen_banners_history bh where b.status = 1 and b.banners_id = bh.banners_id group by b.banners_id, b.expires_date, b.expires_impressions]
What do I do?
Thanks,
Derek



