• 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,1

    WordPress 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,1

    WordPress 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 DESC

    WordPress database error: [Can't create/write to file '/var/data/tmp/#sql2dd6_43a5_3.MYI' (Errcode: 13)]
    SELECT DISTINCT YEAR(post_date) AS year, MONTH(post_date) AS month, 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s a hosting issue.
    Copy that error message to your host.

    Thread Starter jafer

    (@jafer)

    Thanks, podz. I found out the problem – when I was having trouble last night (slowness), my provider said they’d try to recreate the problem – they created a subdirectory with some of the files.

    I just found that directory and deleted it and everything worked fine.

    It was nice of them to create a problem and then go home for the night.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Message All of a Sudden’ is closed to new replies.