[EventCalendar] WordPress database error
Alex Tingle
alex at firetree.net
Wed Oct 11 15:20:36 UTC 2006
Dave Sobol wrote:
> good thought...here is what is really weird though...I deactivated all
> other plug-ins and still received the message...but I will get it
> figured out...
Are you sure? The error was referring explicitly to SQL generated by
another plugin! I don't see that error on your site now.
> On another topic...if I wanted to do a fresh install, what steps
> would I have to take (not just the files, but also on the db side?)
DROP TABLE wp_ec3_schedule;
DELETE FROM wp_options WHERE option_name like 'ec3_%';
Darrell wrote:
> I concur. I suspect you're using WP-CaTT by Garrick Van Buren.
I'd just like to add that it's not obvious that a plugin needs to do
it's own joining in a case like this. It's only when two plugins try to
do the same thing that they collide.
EventCalendar used to have exactly this same bug.
-Alex
--
:: Let me solve your problems: http://www.firetree.net/consulting/
:: alex.tingle AT firetree.net +44-7901-552763
On 11 Oct 2006, at 16:03, Darrell Schulte wrote:
>
> On Oct 11, 2006, at 9:52 AM, Alex Tingle wrote:
>
>> Your problem is not EventCalendar, but another plugin. Whatever
>> created this part of the SQL...
>
> I concur. I suspect you're using WP-CaTT by Garrick Van Buren.
>
> http://garrickvanburen.com/wordpress-plugins/wpcatt/
>
> Incidentally, using the latest revision of EC, latest 2.1-alpha3 of
> WordPress and WP-CaTT 1.2.4, I could not reproduce the error you are
> exhibiting. There's a 2.0b version of WP-CaTT, but I was not able to
> download that for testing.
>
> You may want to use the support forum at
> http://garrickvanburen.com/forum/forum.php?id=2 to get support for
> that plugin.
>
> Darrell
>
>
> Darrell Schulte
> http://schulte.mn
>
>
>
> _______________________________________________
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar
> Download: http://sf.net/projects/wpcal
More information about the EventCalendar
mailing list