How To Solve Css Issue in Sugar CRM
Issue:
After installed sugar CRM css is not loading in admin panel.It is showing improper allignment.
Solution:
-Log in to the server.
-enter into the Sugar crm folder.
-update the permission to the below folders and files.
chmod 666 config.php
chmod 666 config.php config_override.php sugarcrm.log
chmod 777 custom/ -R
chmod 777 data/ -R
chmod 777 cache/ -R
chmod 777 modules/ -R
Tags:sugar CRm,SUGARCRm,CRm css files.
Add Comment