Hi again,
Starting this morning after I have imported about 40 new leads and around 400 related emails,
Every time I'm or any other user trying to see the Leads page it's shows "Error 500" and the page is empty, accounts and contacts working fine.
This is the the relevant line in the Error log:
Do you have an idea how to solve this? Thanks a lot, Eli
Starting this morning after I have imported about 40 new leads and around 400 related emails,
Every time I'm or any other user trying to see the Leads page it's shows "Error 500" and the page is empty, accounts and contacts working fine.
This is the the relevant line in the Error log:
Code:
[2015-06-08 10:36:02] Espo.ERROR: API [GET]:/:controller, Params:Array ( [controller] => Lead ) , InputData: - SQLSTATE[42000]: Syntax error or access violation: 1064 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 'ASC LIMIT 0, 40' at line 3 [] [] [2015-06-08 10:36:02] Espo.ERROR: Display Error: SQLSTATE[42000]: Syntax error or access violation: 1064 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 'ASC LIMIT 0, 40' at line 3, Code: 42000 URL: /api/v1/Lead?maxSize=40&offset=0&sortBy=createdAccount&asc=true [] []
Comment