• This process had to be killed by my webhost …

    Query:
    SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT JOIN wp_ec3_schedule ec3_sch ON ec3_sch.post_id=id LEFT JOIN wp_term_relationships tr ON wp_posts.ID = tr.object_id INNER JOIN wp_term_taxonomy tt ON tt.term_taxonomy_id=tr.term_taxonomy_id INNER JOIN wp_terms t ON t.term_id = tt.term_id WHERE 1=1 AND (((wp_posts.post_title LIKE '%sloan%') OR (wp_posts.post_content LIKE '%sloan%'))) AND (wp_posts.post_password = '') AND wp_posts.post_type IN ('post', 'page', 'attachment') AND (wp_posts.post_status = 'publish') OR (t.name like '%sloan%' AND post_status = 'publish' and tt.taxonomy in ('post_tag', 'category')) AND (ec3_sch.post_id IS NULL OR ec3_sch.end>='2011-10-15 00:00:00') GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 5

    Any ideas on what’s happening here and why it won’t resolve?

    — Erin

    https://www.ads-software.com/extend/plugins/event-calendar-3-for-php-53/

  • The topic ‘[Plugin: Event Calendar 3 for PHP 5.3] MySQL Error’ is closed to new replies.