Getting all kinds of db errors. Everything seems to be working though. I imagine most of them are from spiders
Here are examples of the two errors I seem to be getting.
------------------------------------------------------------
Database error in vBulletin 3.6.4:
Invalid SQL:
UPDATE session
SET lastactivity = 1166128419, location = '', inforum = 8, inthread = 15423, incalendar = 0, badlocation = 0
WHERE sessionhash = '';
-------------------------------------------------------------
Database error in vBulletin 3.6.4:
Invalid SQL:
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
VALUES
('', 0, '', '', 1166128418, '', 0, 0, 0, 10, 4278, 0, 0, '', 0, 0);
-------------------------------------------------------------



LinkBack URL
About LinkBacks





Reply With Quote