i tried to fix the tables from my admin panel, but i got:
-------------------------
Database error in vBulletin 3.5.5:
Invalid SQL:
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass)
VALUES
('ad2030bbaaf1dd048e96e532a13a5a96', 2, '213.156.52.114', 'c02477f226086b3fb558dafa07c864e1', 1190843324, '/forum/admincp/repair.php?do=dorepair', 4, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7', 0);
MySQL Error : The table 'session' is full
Error Number : 1114
Date : Wednesday, September 26th 2007 @ 11:48:44 PM
Script : http://www.interfans.org/forum/admincp/repair.php
Referrer : http://www.interfans.org/forum/admincp/repair.php
IP Address : 213.156.52.114
Username : Interfan
Classname : vB_Database_MySQLi
-------------
so i did this query on mysql:
repair table session;
but nothing changed
-------------------------
Database error in vBulletin 3.5.5:
Invalid SQL:
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass)
VALUES
('ad2030bbaaf1dd048e96e532a13a5a96', 2, '213.156.52.114', 'c02477f226086b3fb558dafa07c864e1', 1190843324, '/forum/admincp/repair.php?do=dorepair', 4, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7', 0);
MySQL Error : The table 'session' is full
Error Number : 1114
Date : Wednesday, September 26th 2007 @ 11:48:44 PM
Script : http://www.interfans.org/forum/admincp/repair.php
Referrer : http://www.interfans.org/forum/admincp/repair.php
IP Address : 213.156.52.114
Username : Interfan
Classname : vB_Database_MySQLi
-------------
so i did this query on mysql:
repair table session;
but nothing changed
Comment