sugarCRM安装完没样式
空间必须支持fastCGI
sugarcrm.log
cache
cache
custom
data
modules
themes
upload的那个必须是777
config.php最高只能给到666 一般给664 权限
==================================================================
一下摘自http://support.sugarcrm.com/04_Find_Answers/02KB/02Administration/100Install/Troubleshooting_Themes_%28CSS%29_Display_Issues
Troubleshooting Themes (CSS) Display Issues
Table of contents
Sometimes, after installing SugarCRM in a root-folder the css-style sheets of every theme are not linked. As a result, the theme does not display correctly. If this happens, check if you have set the file and directory permissions in your
Sugar installation folder so that the web server under which your Sugar installation is running has proper file access permissions. The files and directories that must be writable by your web server are:
- config.php
- config_override.php - does not exist by default but is created when modifying System Settings
- sugarcrm.log
- cache/ and all subdirectories and files
- custom/ and all subdirectories and files
- data/ and all subdirectories and files
- modules/ and all subdirectories and files
- 775 for the directories listed above
- 664 for the config.php file and all files in the directories listed above
- 777 for the directories listed above
- 666 for the config.php file and all files in the directories listed above