Disconnects for some users do not work, strange errors in the log
Posted: 06 Apr 2019, 19:14
Hi,
I have some users that can't disconnect from the login-app. At the same time I have strange errors, in the system log:
2019-04-06 18:49:15 host Error! Query 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 'LIMIT 0, 1' at line 5 (1064) Query: SELECT HsData.HardwareType, HsDomainsData.AuthenticationMode
FROM radacct
INNER JOIN HsData ON HsData.HsDataID = radacct.HsDataID
INNER JOIN HsDomainsData ON HsDomainsData.HsDomainsDataID = HsData.HsDomainsDataID
WHERE radacct.radacctid = LIMIT 0, 1 (/functions/DisconnectUser.php)
DisconnectUser.php is mentioned so I guess this is related.
I have some users that can't disconnect from the login-app. At the same time I have strange errors, in the system log:
2019-04-06 18:49:15 host Error! Query 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 'LIMIT 0, 1' at line 5 (1064) Query: SELECT HsData.HardwareType, HsDomainsData.AuthenticationMode
FROM radacct
INNER JOIN HsData ON HsData.HsDataID = radacct.HsDataID
INNER JOIN HsDomainsData ON HsDomainsData.HsDomainsDataID = HsData.HsDomainsDataID
WHERE radacct.radacctid = LIMIT 0, 1 (/functions/DisconnectUser.php)
DisconnectUser.php is mentioned so I guess this is related.