Hello all!
Anyone can help me in my problem??? From last few days i am getting this error...
Could not make the Query.
SELECT cat.*, f.*, fp.*, t.*, p.*, u.username , th.th_folder FROM aef_categories cat LEFT JOIN aef_forums f ON (cat.cid = f.cat_id) LEFT JOIN aef_forumpermissions fp ON (fp.fpfid = f.fid AND fp.fpugid = -1) LEFT JOIN aef_posts p ON (p.post_fid = f.fid AND p.pid = f.f_last_pid) LEFT JOIN aef_topics t ON (p.post_tid = t.tid) LEFT JOIN aef_users u ON (p.poster_id = u.id) LEFT JOIN aef_themes th ON (th.thid = f.id_skin) ORDER BY cat.order ASC , f.par_board_id ASC , f.forum_order ASC
MySQL Error No : 1
MySQL Error : Can't create/write to file '/tmp/#sql_e60_0.MYI' (Errcode: 30)
Try to search for this but cant get any solution. Please someone help me to solve this.. Thanking you in advance for any further help.


LinkBack URL
About LinkBacks
Reply With Quote