Use a tool like phpMyAdmin that your host supplies to you. Then go to the session table and click Structure (very top tab) and then click Change next to the useragent column and change it. (There is no useragent column in default vbulletin, so I can't tell you exactly what to change as I don't have that column.)
ok very very thank you i fixed it but i have new problem vbseo new topic
Code:
Database error in vBulletin 3.8.8:
Invalid SQL:
INSERT INTO vbseo_serviceupdate
(s_threadid, s_updated)
VALUES
('70181', 0);
MySQL Error : Field 's_dateline' doesn't have a default value
Error Number : 1364
i did vbseo unistall and again install but not fix
ok very very thank you i fixed it but i have new problem vbseo new topic
Code:
Database error in vBulletin 3.8.8:
Invalid SQL:
INSERT INTO vbseo_serviceupdate
(s_threadid, s_updated)
VALUES
('70181', 0);
MySQL Error : Field 's_dateline' doesn't have a default value
Error Number : 1364
i did vbseo unistall and again install but not fix
You will need to ask the developer for help fixing this error.
Quote:
Originally Posted by Paul M
I dont know what version you are running, but the session table has had a useragent column in all 3.x.x versions.
Its default size was 100, in 3.8.9 its updated to vchar 255.