Hello everyone, i can no longer edit the roles in version 6.1.2. Does somebody has any idea. Many Thanks
Announcement
Collapse
No announcement yet.
Editing Roles not possible. Version 6.1.2
Collapse
X
-
OK, I have reset the rights. now it works again.
Thank you for your help
find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
find data custom client/custom -type d -exec chmod 775 {} + && find data custom client/custom -type f -exec chmod 664 {} +;
chmod 775 application/Espo/Modules client/modules;
Comment
-
Notes in the console:
DevTools failed to load SourceMap: Could not load content for chrome-extension://jkennnbhkennnbeebfonckakbodfaldk/static/js/contentScript.bundle.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for http://crm/purify.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Comment
Comment