Forum Replies Created

Viewing 1 replies (of 1 total)
  • @mitcho: Even though the YARPP has been removed from my wordpress site, I’m still receiving YARPP errors in the error logs.

    The errors looks like: (W3 Total Cache running)

    [20-Jan-2012 00:55:33] WordPress database error Unknown table engine ‘InnoDB’ for query select count(*) as count from wp_yarpp_related_cache where reference_ID = 17492 made by require, require_once, include, related_posts, yarpp_related, yarpp_cache_enforce, YARPP_Cache_Tables->is_cached, W3_Db->query
    [20-Jan-2012 00:55:33] WordPress database error Unknown table engine ‘InnoDB’ for query select distinct ID from wp_yarpp_related_cache where reference_ID = 17492 and ID != 0 made by require, require_once, include, related_posts, yarpp_related, yarpp_cache_enforce, YARPP_Cache_Tables->update, YARPP_Cache_Tables->related, W3_Db->query
    [20-Jan-2012 00:55:33] WordPress database error Unknown table engine ‘InnoDB’ for query delete from wp_yarpp_related_cache where reference_ID = 17492 made by require, require_once, include, related_posts, yarpp_related, yarpp_cache_enforce, YARPP_Cache_Tables->update, YARPP_Cache_Tables->clear, W3_Db->query
    [20-Jan-2012 00:55:33] WordPress database error Unknown table engine ‘InnoDB’ for query insert into wp_yarpp_related_cache (reference_ID,ID,score) (SELECT 17492 as reference_ID, ID, ROUND(0+ (MATCH (post_content) AGAINST (‘his movie underdog team its rocky him sports against ever group win oh roy hockey bowling dave hand rudy kong ‘)) * 1+ (MATCH (post_title) AGAINST (‘movies ever br sports greatest underdog 11 ‘)) * 1+ COUNT( DISTINCT cattax.term_taxonomy_id ) * 1,1) as score
    from wp_posts
    left JOIN wp_term_relationships AS thiscat ON (thiscat.object_id = 17492 )
    left JOIN wp_term_relationships AS catrel on (catrel.term_taxonomy_id = thiscat.term_taxonomy_id
    AND catrel.object_id = wp_posts.ID)
    left JOIN wp_term_taxonomy AS cattax ON ( catrel.term_taxonomy_id = cattax.term_taxonomy_id
    AND cattax.taxonomy = ‘category’)
    where (post_status IN ( ‘publish’, ‘static’ ) and ID != ‘17492’) and post_password =” and post_type = ‘post’
    group by ID
    having score >= 5.00 order by score desc limit 5) union (SELECT 17492 as reference_ID, ID, ROUND(0+ (MATCH (post_content) AGAINST (‘his movie underdog team its rocky him sports against ever group win oh roy hockey bowling dave hand rudy kong ‘)) * 1+ (MATCH (post_title) AGAINST (‘movies ever br sports greatest underdog 11 ‘)) * 1+ COUNT( DISTINCT cattax.term_taxonomy_id ) * 1,1) as score
    from wp_posts
    left JOIN wp_term_relationships AS thiscat ON (thiscat.object_id = 17492 )
    left JOIN wp_term_relationships AS catrel on (catrel.term_taxonomy_id = thiscat.term_taxonomy_id
    AND catrel.object_id = wp_posts.ID)
    left JOIN wp_term_taxonomy AS cattax ON ( catrel.term_taxonomy_id = cattax.term_taxonomy_id
    AND cattax.taxonomy = ‘category’)
    where (post_status IN ( ‘publish’, ‘static’ ) and ID != ‘17492’) and post_password =” and post_type = ‘page’
    group by ID
    having score >= 5.00 order by score desc limit 5) on duplicate key update date = now() made by require, require_once, include, related_posts, yarpp_related, yarpp_cache_enforce, YARPP_Cache_Tables->update, W3_Db->query
    [20-Jan-2012 00:55:33] WordPress database error Unknown table engine ‘InnoDB’ for query select distinct ID from wp_yarpp_related_cache where reference_ID = 17492 and ID != 0 made by require, require_once, include, related_posts, yarpp_related, yarpp_cache_enforce, YARPP_Cache_Tables->update, YARPP_Cache_Tables->related, W3_Db->query
    [20-Jan-2012 00:55:33] WordPress database error Unknown table engine ‘InnoDB’ for query SELECT SQL_CALC_FOUND_ROWS wp_posts.*, yarpp.score FROM wp_posts join wp_yarpp_related_cache as yarpp on wp_posts.ID = yarpp.ID WHERE 1=1 AND yarpp.score >= 5 and yarpp.reference_ID = 17492 AND wp_posts.post_type IN (‘post’) ORDER BY wp_posts.post_date DESC limit 5 made by require, require_once, include, related_posts, yarpp_related, WP_Query->query, WP_Query->get_posts, W3_Db->query

    a lot of errors.

    What can I do to avoid these errors?
    Hope you reply, Thanks a lot.

Viewing 1 replies (of 1 total)