[EventCalendar] Another Weird Issue
Alex Tingle
alex at firetree.net
Tue Nov 14 21:34:17 UTC 2006
On Tue, 14 Nov 2006 16:05:36 -0500
"Dave Sabol" <desabol at gmail.com> wrote:
> Alex,
>
> This is an odd issue that I haven't seen mentioned yet as well. I just
> noticed on a few of my WP Pages, the schedule box is showing up on my
> page...not even event related...just there...hanging out and looking not so
> pretty...
>
> http://www.sprcc.net/ministries/ is an example of this where the schedule is
> appearing...
>
> http://www.sprcc.net/sacraments/baptism/ is an example where it is not
Yikes. That's not good. Some of your pages have schedules attached to
them. The date is back in August, so I don't think it's an EC upgrade
issue. Could it be a WP upgrade issue? Did you upgrade either EC or WP
on 22nd August?
Anyway, you have two options:
1. Fire up PHPmyadmin (or whatever) and manually purge the unwanted rows
from wp_ec3_schedule table.
2. Backup your database(!!), and then try this SQL:
DELETE FROM wp_ec3_schedule WHERE post_id in
(SELECT ID FROM wp_posts WHERE post_status='static');
Let us know how you get on.
-Alex
--
:: Let me solve your problems: http://www.firetree.net/consulting/
:: alex.tingle AT firetree.net +44-7901-552763
More information about the EventCalendar
mailing list