I am having problem with SugarCRM 6 when uploading a logo. I think I have narrowed it down to the upload process.
Let's say I'm uploading logo.jpg, the file will be uploaded to the following directory:
cache/xml/tmp_logo_company_upload/
The image will be shown as:
http://domain.com/cache/xml/tmp_logo...pload/logo.jpg
When I check the permission of the folder "cache/xml/tmp_logo_company_upload/" it shows that that specific folder has a permission of 750 (not the file). I chmod that folder back to 755 and try to upload another file called logo2.jpg.
After I uploaded that file, it shows once again that the folder "cache/xml/tmp_logo_company_upload/" has a permission of 750.
Anyone can enlighten me how I can stop this from happening?
**EDIT**
Also I checked the default permissions setting in the config.php and it shows the standard entry:
'default_permissions' =>
array (
'dir_mode' => 1528,
'file_mode' => 432,
'user' => '',
'group' => '',
),


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks