How do I stop the following errors on my server? Godaddy will not help me! phpbb forums software General Error SQL ERROR [ mysql4 ] Can't create/write to file '#sql_570e_0.MYD' (Errcode: 17) [1] SQL SELECT * FROM phpbb_users WHERE user_type <> 2 AND user_type <> 1 ORDER BY RAND() LIMIT 1 BACKTRACE FILE: includes/db/mysql.php LINE: 174 CALL: dbal->sql_error() FILE: includes/db/mysql.php LINE: 221 CALL: dbal_mysql->sql_query() FILE: includes/db/dbal.php LINE: 170 CALL: dbal_mysql->_sql_query_limit() FILE: portal/block/random_member.php LINE: 51 CALL: dbal->sql_query_limit() FILE: portal.php LINE: 212 CALL: include('portal/block/random_member.php') Code (markup): wordpress software 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 (880, 854, 826, 813, 780) ORDER BY t.name ASC Code (markup):
That discussion doesn't really answer my problem! I'm still getting the error and no solution' was found in any of the replies! Apparently it might be an issue with the LACK memory of my server!
Sometime this happens if there is a permission problem with .MYD file or it may possible that the table is corrupted.
I did a quick Google search regarding this! Any suggestion on what I can read to fix this and stop it from happening? I search this, how to set .MYD permissions but not much came up.