Quote:
Originally Posted by Lionel
I've got is installed and working, disabled the error reporting, but when someone try to log in with the wrong info, I get this error database message
Invalid SQL:
SELECT id_vom_empfaenger
FROM sms
WHERE id_vom_empfaenger = 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 '' at line 3
mysql error number: 1064
error was from login.php
reported by showthread
|
This is a simple (Rare) error cause by 2 conditions. Time out that a user shows still on "Online" when in fact that have been offline for the set time out period.
The condition that causes the errors is when another user is trying to send an SMS to the Offline user who has been is dropped from the sessions. He is no longer in the database as being Online so you get a SQL error.
The error is fixable and I have been wanting to do it but haven't had the time.