Results 1 to 3 of 3

Thread: Permission Issues - SugarCRM CE

  1. #1
    jjwdesign's Avatar
    jjwdesign is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Orlando, FL
    Posts
    503

    Default Permission Issues - SugarCRM CE

    This is configuration issue that I'm trying to figure out once and for all. I'm using the SugarCRM CE with Linux/Apache/MySQL. I've always had issues with the ModuleBuilder because of file/directory permissions. Something just it's right on my system. Maybe someone can shed some light on some of the config settings.

    PHP Code:
    'default_permissions' => 
    array (
    'dir_mode' => 0775,
    'file_mode' => 0664,
    'chown' => 'apache',
    'chgrp' => 'apache',
    'user' => 'apache',
    'group' => 'apache',
      ), 
    I've seen some notes about the Pro edition and using the decimal values for the octal permission values. Is this the same with the CE? Should I be using the decimal values (509 and 436) instead of the octal values (0775 and 0664)?

    Also, I'm running the Apache (PHP) server as 'apache'. I noticed that in the original config file there's user/group settings. In the /includes/utils.php file there's two places where 'default_permissions' shows up. Around line 132, I see chown/chgrp (function make_sugar_config). Around line 229, I see user/group (function get_sugar_config_defaults). Is this a typo?

    And, one other thing. If my umask on my system is set to 0002, should I just remove the dir_mode/file_mode settings from the config file?
    Last edited by jjwdesign; 2009-03-10 at 07:59 PM. Reason: more...
    SugarForge Projects:
    JJWDesign Google Maps
    JJWDesign Tools and Reports

    Follow my blog postings at JJW Design.

  2. #2
    jjwdesign's Avatar
    jjwdesign is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Orlando, FL
    Posts
    503

    Default Re: Permission Issues - SugarCRM CE

    I guess this wasn't such a bad question afterall. Any help with this would be much appreciated. Thanks in advance.
    Last edited by jjwdesign; 2009-03-11 at 04:48 PM.
    SugarForge Projects:
    JJWDesign Google Maps
    JJWDesign Tools and Reports

    Follow my blog postings at JJW Design.

  3. #3
    jjwdesign's Avatar
    jjwdesign is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Orlando, FL
    Posts
    503

    Default Re: Permission Issues - SugarCRM CE

    Decimal values or octal values in the config for SugarCRM CE?
    SugarForge Projects:
    JJWDesign Google Maps
    JJWDesign Tools and Reports

    Follow my blog postings at JJW Design.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2009-02-07, 04:05 PM
  2. Permission Issues
    By thisisyoyo in forum Help
    Replies: 0
    Last Post: 2008-10-09, 06:10 PM
  3. Permission issues with a new module..
    By dpuryear in forum General Discussion
    Replies: 1
    Last Post: 2008-01-09, 04:08 AM
  4. Got past mySQL now getting permission issues
    By rtmtek in forum General Discussion
    Replies: 3
    Last Post: 2006-01-28, 06:53 PM
  5. Permission issues and Revision Control
    By tsturgeon in forum Developer Help
    Replies: 0
    Last Post: 2005-03-03, 07:14 PM

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
  •