Hi
Since I updated EspoCRM to the newest version, a message reugarly pops up saying "Error 404: Not found"
Also in the logs there are many of these entries:
I guess those are deprecated functions from an old version of EspoCRM. But why are they still there and how can I fix this?
Kind regards
Luca Kühne
Since I updated EspoCRM to the newest version, a message reugarly pops up saying "Error 404: Not found"
Also in the logs there are many of these entries:
Code:
[2019-07-22 12:46:03] Espo.ERROR: (404) Action GET 'checkSynchronization' does not exist in controller 'MailChimp'.; GET /api/v1/MailChimp/action/checkSynchronization; line: 129, file: C:\xampp\htdocs\application\Espo\Core\ControllerManager.php [] [] [2019-07-22 12:46:18] Espo.ERROR: (404) Action GET 'checkSynchronization' does not exist in controller 'MailChimp'.; GET /api/v1/MailChimp/action/checkSynchronization; line: 129, file: C:\xampp\htdocs\application\Espo\Core\ControllerManager.php [] [] [2019-07-22 12:46:33] Espo.ERROR: (404) Action GET 'checkSynchronization' does not exist in controller 'MailChimp'.; GET /api/v1/MailChimp/action/checkSynchronization; line: 129, file: C:\xampp\htdocs\application\Espo\Core\ControllerManager.php [] [] [2019-07-22 12:46:48] Espo.ERROR: (404) Action GET 'checkSynchronization' does not exist in controller 'MailChimp'.; GET /api/v1/MailChimp/action/checkSynchronization; line: 129, file: C:\xampp\htdocs\application\Espo\Core\ControllerManager.php [] [] [2019-07-22 12:47:04] Espo.ERROR: (404) Action GET 'checkSynchronization' does not exist in controller 'MailChimp'.; GET /api/v1/MailChimp/action/checkSynchronization; line: 129, file: C:\xampp\htdocs\application\Espo\Core\ControllerManager.php [] [] [2019-07-22 12:47:19] Espo.ERROR: (404) Action GET 'checkSynchronization' does not exist in controller 'MailChimp'.; GET /api/v1/MailChimp/action/checkSynchronization; line: 129, file: C:\xampp\htdocs\application\Espo\Core\ControllerManager.php [] []
Kind regards
Luca Kühne
Comment