Bug #18323
Bad SQL log users query
Start date:
11/16/2017
Due date:
% Done:
0%
Estimated time:
Description
Apparently there is a bad SQL query in the searchLogsUsers() method that complains. It complains of a missing FROM clause for table logs_categories which should not even be looked at in this method.
History
#1 Updated by Kyle Hazelwood about 3 years ago
- Status changed from Assigned to Resolved
Found the problem, the query was doing a join on the logs_categories table when it should have been looking at the logs_users table. Fixed on next elog restart.
#2 Updated by Kyle Hazelwood about 3 years ago
- Status changed from Resolved to Closed