Error message at bottom of blog (Errcode 17)
-
Hi,
A couple of my clients blogs are showing the exact same error message at the bottom the page:
‘WordPress database error Can’t create/write to file ‘c:\windows\temp\#sql_76c_0.MYD’ (Errcode: 17) for query SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’, ‘post_tag’) AND tr.object_id IN (3) ORDER BY t.name ASC made by wp_get_object_terms WordPress database error Can’t create/write to file ‘c:\windows\temp\#sql_76c_0.MYD’ (Errcode: 17) for query SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links INNER JOIN wp_term_relationships AS tr ON (wp_links.link_id = tr.object_id) INNER JOIN wp_term_taxonomy as tt ON tt.term_taxonomy_id = tr.term_taxonomy_id WHERE 1=1 AND link_visible = ‘Y’ AND ( tt.term_id = 2 ) AND taxonomy = ‘link_category’ ORDER BY link_name ASC made by get_bookmarks’.
Both blogs are on separate domains though on same shared Windows IIS host. One of them is just the default template 2.6.1 and the other has a theme installed and is older version. (Was going to upgrade, but it never seemed to fix the problem on the other one). I’ve asked the hosting providers and they’ve said it’s to do with mysql db and the script error, but they would charge me hourly rates to fix the code. I’d rather try and fix myself if possible.
I’ve tried looking through the forum but couldn’t find anyone else with the exact same problem. Any idea how to fix the issues?
Thanks!
Stuart
- The topic ‘Error message at bottom of blog (Errcode 17)’ is closed to new replies.