Results 1 to 2 of 2

Thread: Import module sets wrong permissions on error logs

  1. #1
    dlind is offline Member
    Join Date
    Mar 2009
    Posts
    5

    Default Import module sets wrong permissions on error logs

    Hello,

    When importing data from CSV file and some errors occured the error logs (urls like http://site.com/cache/import/errorre...056880044c.csv or error/status/dupes) all have their permissions set to 660 and not 666 and therefore cant be accessed from web (from withing SugarCRM). Is there a patch for it?

    Thanks

  2. #2
    dlind is offline Member
    Join Date
    Mar 2009
    Posts
    5

    Default Re: Import module sets wrong permissions on error logs

    Problem fixed. Looks like the $sugar_config['default_permissions'] was set to:
    'default_permissions' =>
    array (
    'dir_mode' => 1528, (octal 2770)
    'file_mode' => 432, (octal 0660)
    'user' => '',
    'group' => '',
    ),

    I've changed them to be 02755 and 0644 and the problem is gone.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2007-04-15, 01:12 AM
  2. Uploading files with wrong permissions
    By rafael.menezes in forum Help
    Replies: 0
    Last Post: 2006-10-23, 02:30 PM
  3. Replies: 0
    Last Post: 2006-05-01, 07:49 PM
  4. Wrong permissions on uploaded file
    By inbox in forum Help
    Replies: 2
    Last Post: 2005-05-11, 11:27 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
  •