DIYgod
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostViews] Views widget shows N/A problem but plugin works fineThe output:
string(275) "SELECT DISTINCT wp_posts.*, (meta_value+0) AS views FROM wp_posts LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID WHERE post_date < '2015-02-25 22:36:22' AND 1=1 AND post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER BY views DESC LIMIT 10"Run that query using phpmyadmin:
SQL 查询: SELECT DISTINCT wp_posts.*, (meta_value+0) AS views FROM wp_posts LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID WHERE post_date < '2015-02-25 22:36:22' AND 1=1 AND post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER BY views DESC LIMIT 10 MySQL 返回: #126 - Incorrect key file for table '/tmp/#sql_6154_0.MYI'; try to repair itWhat should I do next?
It’s very kind of you. Thank you very much.
Forum: Plugins
In reply to: [WP-PostViews] Views widget shows N/A problem but plugin works fineThere are two screenshot about the widget:
http://diygod.qiniudn.com/Screenshot from 2015-02-25 14:19:12.png
http://diygod.qiniudn.com/Screenshot from 2015-02-25 14:19:24.png
Thank you so much.
Forum: Plugins
In reply to: [WP-PostViews] Views widget shows N/A problem but plugin works fineSorry about that… The post views displays well. Everything’s alright except the widget.
It works well in almost one year. But a few days ago, after server faults, the widget always display N/A(everything else is alright). I tried reinstall WP-PostViews and google this problem, but it doesn’t work.
There are two screenshot about the widget:
http://diygod.qiniudn.com/Screenshot from 2015-02-25 14:19:12.png
http://diygod.qiniudn.com/Screenshot from 2015-02-25 14:19:24.pngHave you any idea? What can I do to debug it?
Thank you so much.