postview plugin works fine but widget shows N/A time to time (Happened more than 10 times this year.). And it starts working 4-5hours later itself normally or when ı disable and re enable plugin (not every time fixes), or when I refresh permalinks.
Maybe the reason is, there is a conflict with my arthemia premium theme (Another user experienced it also). But it is very certain that there is bug in widget.
I checked error log and I found this;( a lot of them)
[28-Dec-2009 08:58:51] require, require_once, include, get_footer, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, WP_Widget_PostViews->widget, get_most_viewed_category tarafından yapılan SELECT DISTINCT wp_posts.*, (meta_value+0) AS views FROM wp_posts LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID 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 post_date < '2009-12-28 10:58:51' AND wp_term_taxonomy.taxonomy = 'category' AND wp_term_taxonomy.term_id IN (63) AND post_type = 'post' AND post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER BY views DESC LIMIT 4 for inquiry WordPress database error Got error 28 from storage engine
[28-Dec-2009 08:58:56] require, require_once, include, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, WP_Widget_PostViews->widget, get_most_viewed_category tarafından yapılan SELECT DISTINCT wp_posts.*, (meta_value+0) AS views FROM wp_posts LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID 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 post_date < '2009-12-28 10:58:56' AND wp_term_taxonomy.taxonomy = 'category' AND wp_term_taxonomy.term_id IN (59,60,67,61,30,22,83,62,76) AND post_type = 'post' AND post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER BY views DESC LIMIT 10 for inquiry WordPress database error Got error 28 from storage engine
I am using
Wordpress 2.9
MySql and PHP versions are up to date.