Results 1 to 3 of 3

Thread: Setting file permissions to make SugarCRM work

  1. #1
    AltTab is offline Junior Member
    Join Date
    Aug 2005
    Posts
    1

    Default Setting file permissions to make SugarCRM work

    Howdy.

    I solved my own problem today and I thought it nice to help you solve yours. If you get the error messeges in Step 2 regarding the "System Check Acceptances", you probably don't have all of the relevant permissions alotted to each file.

    What you can do is set all permissions to "777" manually. This will take forever. But go for it if you're ballsy.

    If you're a slacker like me, you'll download a program called SecureFX and use it to set all of the file permissions to "777". I'm almost certain that you can use other FTP programs to do this as well, however, in my case, I found this to be the most efficient option readily available.

    I hope this helps!

  2. #2
    xeokydo is offline Member
    Join Date
    Mar 2005
    Posts
    9

    Default Re: Setting file permissions to make SugarCRM work

    this is what i call "recursive" A must for any ftp application, even if a lot of them don't support this....

    <sigh>

    Juergen

  3. #3
    dsga1 is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    43

    Default Re: Setting file permissions to make SugarCRM work

    Note: the Secure-FX client strategy may be required because of web-hosting limitation on filesystem access -- but -- just in case.....

    > chmod -R 777 <path_to_sugar_web_files>

    example:
    > chmod -R 777 /var/www/html/sugar


    Insure you "undo" this for security reasons after upgrade

    > chmod -R 755 /var/www/html/sugar
    > chmod 440 /var/www/html/sugar/config.php

    Note: the perm on config.php important because contains user/pwd of db user (note: admin users will see warning about this upon Sugar login...).

    -G
    Last edited by dsga1; 2005-08-25 at 12:22 PM.

Thread Information

Users Browsing this Thread

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

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
  •