SaMz Posted August 28, 2007 Share Posted August 28, 2007 i dont know what is wrong :s i got to inventery in my game and this comes upo: QUERY ERROR: Can't create/write to file '/tmp/#sql_5f2c_0.MYD' (Errcode: 17) Query was SELECT iv.*,i.*,it.* FROM inventory iv LEFT JOIN items i ON iv.inv_itemid=i.itmid LEFT JOIN itemtypes it ON i.itmtype=it.itmtypeid WHERE iv.inv_userid=1 ORDER BY i.itmtype ASC, i.itmname ASC Quote Link to comment Share on other sites More sharing options...
hamster01 Posted August 28, 2007 Share Posted August 28, 2007 Re: Inventory Problem There are a couple of reasons for this. I really do not know why it would store in the temp folder. Check if you have enough space, firstly. Check the permissions of your php and mysql temp folder, secondly. If all else fails, go jump on your host. Quote Link to comment Share on other sites More sharing options...
SaMz Posted August 28, 2007 Author Share Posted August 28, 2007 Re: Inventory Problem :s i got alot of space left and whats wrong with the tmp folder? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.