serverchange
12-10-2019, 09:21 AM
Hi,
I get an error while writing a new topic or message.
How can I fix.:(
Database error in vBulletin 4.2.5:
Invalid SQL:
INSERT INTO postlog
(postid, useragent, ip, dateline)
VALUES
(200012, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 1432490042, 1575975942);
MySQL Error : Unknown column 'ip' in 'field list'
Error Number : 1054
Request Date : Tuesday, December 10th 2019 @ 11:05:42 AM
Error Date : Tuesday, December 10th 2019 @ 11:05:43 AM
Script : newreply.php?do=postreply&t=6913
Referrer : -quot.html
IP Address : ****
Username : ****
Classname : vB_Database_MySQLi
MySQL Version : 5.6.43
Edit: I solved the problem. :) I put the "ipaddress" row in the postlog table as "ip".
I get an error while writing a new topic or message.
How can I fix.:(
Database error in vBulletin 4.2.5:
Invalid SQL:
INSERT INTO postlog
(postid, useragent, ip, dateline)
VALUES
(200012, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 1432490042, 1575975942);
MySQL Error : Unknown column 'ip' in 'field list'
Error Number : 1054
Request Date : Tuesday, December 10th 2019 @ 11:05:42 AM
Error Date : Tuesday, December 10th 2019 @ 11:05:43 AM
Script : newreply.php?do=postreply&t=6913
Referrer : -quot.html
IP Address : ****
Username : ****
Classname : vB_Database_MySQLi
MySQL Version : 5.6.43
Edit: I solved the problem. :) I put the "ipaddress" row in the postlog table as "ip".