[EventCalendar] Uninstall, install, problem !
Alex Tingle
alex at firetree.net
Tue Dec 5 13:00:47 UTC 2006
Hi Alexandre,
On 5 Dec 2006, at 12:05, Alexandre Kervalec wrote:
> I have uninstall eventcalendar3 and delete the tables in my db. I have
> reinstall eventcalendar3 and now I have this in my "Manage admin
> section" :
>
> WordPress database error: [Table 'crhtrhaz.wp_ec3_schedule' doesn't
> exist]
> SELECT post_id,start,end,allday,rpt,IF(end>='2006-12-05 00:00:00',1,0)
> AS active FROM wp_ec3_schedule WHERE post_id IN
> (159,162,161,160,141,13,24,23,22,21,20,19,18,17,16) ORDER BY start
>
> What must I do to correct and use the plugin again ?
> Thanks
Remove all of the options that begin with ec3_, like this...
DELETE FROM wp_options WHERE option_name LIKE 'ec3_%';
-Alex
More information about the EventCalendar
mailing list