Hello,
I have a 'bad server response' when I try to do a global research...
It only happens on an online server, it works perfectly on local
Here is error log :
where can it come from ?
(I precise that I did some customization on entity's relationships and fields...)
Thanks,
Léo
EDIT: I just found that it happens when I put 'contact' or 'user' in the global search entities parameters, it seems like a SQL query on something that don't exist, why ?
I have a 'bad server response' when I try to do a global research...
It only happens on an online server, it works perfectly on local
Here is error log :
Code:
[2016-07-22 10:28:34] Espo.ERROR: API [GET]:/GlobalSearch, Params:Array ( ) , InputData: - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'contact.account_role' in 'where clause' [] [] [2016-07-22 10:28:34] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'contact.account_role' in 'where clause', Code: 42S22 URL: /EspoCRM-4.1.6/api/v1/GlobalSearch?q=memoris&maxSize=5&offset=0&sortBy=id&asc= [] []
(I precise that I did some customization on entity's relationships and fields...)
Thanks,
Léo
EDIT: I just found that it happens when I put 'contact' or 'user' in the global search entities parameters, it seems like a SQL query on something that don't exist, why ?
Comment