Getting this database error after a login from a certain member:
Quote:
Invalid SQL:
INSERT INTO loginlog (userid, username, loginstamp, browser, ip, isp, country) VALUES (24528, 'membername', NOW(), 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36', 'IP number', '', '');
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'membername', NOW(), 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (' at line 1
Error Number : 1064
|
It's the same member, and a database error happens for each login attempt. Is it the case that if a member fails in trying to login that this database error happens?