Yes. Thats not the issue. It only applies to the files that Sugar uploads or creates itself (for example the import reports.) I can change the permissions manually and open the files. Sugar is creating them incorrectly. I found another Forum Thread and changed them to this:
'dir_mode' => 02775,
'file_mode' => 0775,
This change worked! However, are they the right settings?
Also, located this article: http://www.sugarcrm.com/kb/imp/insta...ions-on-linux/
Trying to determine with my host (Siteground) how they setup the server. This was there response to my questions (based on the article above.)
(1) Is the web server is running under the “apache” user?
The web server is running under the system user "nobody". However, all your scripts are being executed in "chroot-ed" environment under your cPanel user. The correct permissions for this hosting environment are 644 for the files and 755 for the folders.
(2) Have you set all the files to belong to the “apache” group, the same group as the "apache" user belongs?
The apache system user "nobody" does not need to to own your files, because the execution/read/write operations are being performed with your cPanel user - pixprocr.
Bookmarks