Results 1 to 3 of 3

Thread: sugarcrm loads xml as rw-r--r-- and not rwxr-xr-x

  1. #1
    Meyer is offline Sugar Community Member
    Join Date
    Oct 2006
    Location
    south africa
    Posts
    646

    Default sugarcrm loads xml as rw-r--r-- and not rwxr-xr-x

    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

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: sugarcrm loads xml as rw-r--r-- and not rwxr-xr-x

    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.

  3. #3
    Meyer is offline Sugar Community Member
    Join Date
    Oct 2006
    Location
    south africa
    Posts
    646

    Default Re: sugarcrm loads xml as rw-r--r-- and not rwxr-xr-x

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Speeding up page loads over SSL
    By mattn in forum Developer Help
    Replies: 4
    Last Post: 2010-12-21, 06:20 AM
  2. Replies: 3
    Last Post: 2010-10-21, 02:12 AM
  3. Replies: 3
    Last Post: 2007-11-27, 01:35 PM
  4. Documents Module - Loads Blanks
    By blacklabstudio in forum Help
    Replies: 0
    Last Post: 2007-02-21, 03:44 PM
  5. Install.php loads up blank
    By emungai in forum Help
    Replies: 3
    Last Post: 2006-05-17, 04:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •