im getting loads of this now:
Database error in vBulletin 3.8.7:
Invalid SQL:
INSERT INTO vb_postlog
(postid, useragent, ip, dateline)
VALUES
(1484838, 'Mozilla/5.0 (BlackBerry; U; BlackBerry 9360; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.258 Mobile Safari/534.11+', 2927070735, 1403684239);
MySQL Error : Data too long for column 'useragent' at row 1
Error Number : 1406
I have set the string to 255 which is the max, but it still results in errors. Probably because of UFT-8. What to do?
|