Hello, after upgrading to 7.0.1, I'm getting " Error 500: Access checker is not implemented for 'Settings'. " whenever I try to upload/attach the Company's Logo in Administration > User Interface.
When I check the data/logs, the following Error is being logged:
[2021-10-06 05:57:28] ERROR: (0) Access checker is not implemented for 'Settings'.; POST /Attachment; line: 88, file:
/application/Espo/Core/Acl/AccessChecker/AccessCheckerFactory.php [] []
So I went to check out AccessCheckerFactory.php, but I was met with this syntax error on line 43 (image is attached). When I removed the comma from line 42 just before the closing tag the syntax error was gone but I still couldn't upload the company's logo and I still got Error 500: Access checker is not implemented for 'Settings' in Administration > User Interface.
When I check the data/logs, the following Error is being logged:
[2021-10-06 05:57:28] ERROR: (0) Access checker is not implemented for 'Settings'.; POST /Attachment; line: 88, file:
/application/Espo/Core/Acl/AccessChecker/AccessCheckerFactory.php [] []
So I went to check out AccessCheckerFactory.php, but I was met with this syntax error on line 43 (image is attached). When I removed the comma from line 42 just before the closing tag the syntax error was gone but I still couldn't upload the company's logo and I still got Error 500: Access checker is not implemented for 'Settings' in Administration > User Interface.
Comment