I'm consistently getting a momentary "Error 403: Access Denied" message when I click to access the main Dashboard screen. Once the message goes away, I can access and use the Dashboard. Otherwise, no error message when accessing other screens. The error message appears for both administrative and non-administrative users. This message occurs only with the new 4.0.0 release. I'm not seeing the error message with version 3.9.2. Both versions are installed on the same server.
I solved the error message issue for administrator logins. It was caused by a server configuration problem. However, I'm still receiving the momentary "Error 403: Access Denied" message when non-administrative users click to access the main Dashboard screen. This occurs on 4.0.0, but not on 3.9.2. I checked my apache server error log. No errors are being logged now that I addressed the server config issue. However, the following is one of many, similar error messages from the EspoCRM-4.0.0 log file in /data/logs:
[2016-03-02 21:06:14] Espo.ERROR: API [GET]:/:controller/action/:action, Params:Array ( [controller] => Opportunity [action] => reportByStage ) , InputData: - [] [
]
[2016-03-02 21:06:14] Espo.ERROR: Display Error: , Code: 403 URL: /EspoCRM-4.0.0/api/v1/Opportunity/action/reportByStage?dateFrom=2016-01-01&dateTo=20
16-12-31 [] []
I solved the error message issue for administrator logins. It was caused by a server configuration problem. However, I'm still receiving the momentary "Error 403: Access Denied" message when non-administrative users click to access the main Dashboard screen. This occurs on 4.0.0, but not on 3.9.2. I checked my apache server error log. No errors are being logged now that I addressed the server config issue. However, the following is one of many, similar error messages from the EspoCRM-4.0.0 log file in /data/logs:
[2016-03-02 21:06:14] Espo.ERROR: API [GET]:/:controller/action/:action, Params:Array ( [controller] => Opportunity [action] => reportByStage ) , InputData: - [] [
]
[2016-03-02 21:06:14] Espo.ERROR: Display Error: , Code: 403 URL: /EspoCRM-4.0.0/api/v1/Opportunity/action/reportByStage?dateFrom=2016-01-01&dateTo=20
16-12-31 [] []
Comment