Error Message
Submitted by whakatanerocks on Mon, 30/11/2009 - 1:38pm
Anyone getting the following?
- user warning: Can't create/write to file '/tmp/#sql_3b4c_0.MYD' (Errcode: 17) query: SELECT DISTINCT(node.nid) AS nid, node.type AS node_type, node.title AS node_title, history_user.timestamp AS history_user_timestamp, history_user.nid AS history_user_nid, node.created AS node_created, node.changed AS node_changed, node_comment_statistics.last_comment_timestamp AS node_comment_statistics_last_comment_timestamp, node_revisions.teaser AS node_revisions_teaser, node_revisions.format AS node_revisions_format, node_counter.totalcount AS node_counter_totalcount FROM node node LEFT JOIN node_counter node_counter ON node.nid = node_counter.nid LEFT JOIN history history_user ON node.nid = history_user.nid AND history_user.uid = 34 LEFT JOIN node_comment_statistics node_comment_statistics ON node.nid = node_comment_statistics.nid LEFT JOIN node_revisions node_revisions ON node.vid = node_revisions.vid WHERE (node.status <> 0) AND (node_counter.totalcount > 0) ORDER BY node_counter_totalcount DESC LIMIT 0, 10 in /home/tmmbcwi/public_html/sites/all/modules/views/includes/view.inc on line 725.
- user warning: Can't create/write to file '/tmp/#sql_3b4c_0.MYD' (Errcode: 17) query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 278 ORDER BY v.weight, t.weight, t.name in /home/tmmbcwi/public_html/modules/taxonomy/taxonomy.module on line 618.
- user warning: Can't create/write to file '/tmp/#sql_3b4c_0.MYD' (Errcode: 17) query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'salamanderskins' AND b.status = 1 AND (r.rid IN (2,3,5,6) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /home/tmmbcwi/public_html/modules/block/block.module on line 407.
-M
Have you had this error more
Have you had this error more than once? On which page/s did the error appear?
I've had this error in one
I've had this error in one session on all pages. Never before then, never after.
My pick is that our webhost
My pick is that our webhost had diskspace issues and didn't have enough space to write the file. Either diskspace was freed up, or they added another hd to the server.
See http://drupal.org/node/349423