Error, I can't access to forum
|
|
#1
09-08-2015
Lee error
and if I try to access to admin:
Code:
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1 - Can't create/write to file '/tmp/#sql_3b4_0.MYI' (Errcode: 30)
Query:
SELECT t.*, td.* FROM mybb_threadfields_data td LEFT JOIN mybb_threads t ON (t.tid = td.tid) WHERE t.visible=1 AND td.scadenza <= 1439376641 AND td.scadenza > 0 AND t.fid IN ('143') ORDER BY td.scadenza ASC LIMIT 25
and if I try to access to admin:
Code:
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
29 - File './oecdb/mybb_adminsessions.MYD' not found (Errcode: 30)
Query:
DELETE FROM mybb_adminsessions WHERE uid='1'
|