SQL errors in WordPress Error Log
-
I have been having a lot of issues with my wordpress install logging me out. I checked the error log in wordpress to see this. Wondering if I could get a little help on breaking this down.
[10-Apr-2009 10:56:00] WordPress database error MySQL server has gone away for query SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_term_taxonomy ON (wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id) WHERE 1=1 AND wp_term_taxonomy.taxonomy = ‘category’ AND wp_term_taxonomy.term_id IN (’14’) AND wp_posts.post_type = ‘post’ AND (wp_posts.post_status = ‘publish’) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 1 made by require, require_once, include, query_posts, WP_Query->query, WP_Query->get_posts
[10-Apr-2009 10:56:00] WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, require_once, include, query_posts, WP_Query->query, WP_Query->get_posts
[10-Apr-2009 10:56:00] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = ‘category’ AND t.term_id = ’14’ LIMIT 1 made by require, require_once, include, get_category_link, get_category, get_term
[10-Apr-2009 10:56:00] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = ‘category’ AND t.term_id = ’14’ LIMIT 1 made by require, require_once, include, single_cat_title, get_the_category_by_ID, get_category, get_term
- The topic ‘SQL errors in WordPress Error Log’ is closed to new replies.