hi there
i get fail messages when trying to load charts etc.
using firebug i see its permission errors.
then i went to the files and saw
sugarcrm loads xml as rw-r--r-- and not rwxr-xr-x
how can i change that.
Regards
hi there
i get fail messages when trying to load charts etc.
using firebug i see its permission errors.
then i went to the files and saw
sugarcrm loads xml as rw-r--r-- and not rwxr-xr-x
how can i change that.
Regards
Make sure your config.php is properly configured to set the appropriate file permissions:
PHP Code:'default_permissions' =>
array (
'dir_mode' => 1533,
'file_mode' => 436,
'user' => 'apache',
'group' => 'apache',
),
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
ok so i changed it to
'default_permissions' =>
array (
'dir_mode' => 1533,
'file_mode' => 436,
'user' => 'web18',
'group' => 'client2',
), .
plus if i go home i still get "http://crm.ccint.net/cache/xml/1_2db4bf24-776f-327f-00fe-4ed50e7b1139.js?r=1327472358239 not found.
then when i go to the file on the server it is there but with rw-rw-r-- value "644. when i change it to 775 it works.
The group is client2
owner is web18.
With owner and group apache everything fails.
Any help please
Last edited by Meyer; 2012-01-25 at 05:36 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks