Error Message All of a Sudden
-
I was using 1.5 beta and it worked fine, I newly installed strayhorn and it worked fine.
This morning I got up and got this message on both databases:
'WordPress database error: [Can't create/write to file '/var/data/tmp/#sql2dd6_43a5_0.MYI' (Errcode: 13)]
SELECT max(post_date) FROM wp_posts WHERE (1=1) AND post_date_gmt <= '2005-02-19 12:33:59' AND (post_status = "publish") GROUP BY year(post_date), month(post_date), dayofmonth(post_date) ORDER BY post_date DESC LIMIT 0,1WordPress database error: [Can't create/write to file '/var/data/tmp/#sql2dd6_43a5_1.MYI' (Errcode: 13)]
SELECT min(post_date) FROM wp_posts WHERE (1=1) AND post_date_gmt <= '2005-02-19 12:33:59' AND (post_status = "publish") GROUP BY year(post_date), month(post_date), dayofmonth(post_date) ORDER BY post_date DESC LIMIT 2,1WordPress database error: [Can't create/write to file '/var/data/tmp/#sql2dd6_43a5_2.MYI' (Errcode: 13)]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2005-02-19 12:33:59' AND (post_status = "publish") AND post_date >= '' GROUP BY wp_posts.ID ORDER BY post_date DESCWordPress database error: [Can't create/write to file '/var/data/tmp/#sql2dd6_43a5_3.MYI' (Errcode: 13)]
SELECT DISTINCT YEAR(post_date) ASyear
, MONTH(post_date) ASmonth
, count(ID) as posts FROM wp_posts WHERE post_date < '2005-02-19 07:33:38' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC'Does anyone know what’s going on? How do I fix this?
Your help would be appreciated. Thanks.
- The topic ‘Error Message All of a Sudden’ is closed to new replies.