Results 1 to 3 of 3

Thread: Any files modified in normal sugar use?

  1. #1
    BrianSteffens is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    15

    Default Any files modified in normal sugar use?

    Are any files modified in normal sugar use in the /var/www directory (apart from the cache)? Are there configuration files that can be changed or is that all stored in the database? Any session information? Is there a special directory holding such 'variable' data or is it all spread out?

    Thank you

  2. #2
    julian's Avatar
    julian is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    1,639

    Default Re: Any files modified in normal sugar use?

    Hello Brian,

    Unfortunately, there are quite a few places where Sugar will write temporary (or not-so-temporary) data. These are the directories that are required as writable during installation. Off the top of my head, I believe the list is...

    ./cache/*
    ./custom/*
    ./data/upload/*
    ./modules/*

    There are also a few files in the main Sugar directory that should be left writable, including sugarcrm.log, log4php.properties, and config.php. I found this list by searching through ./install/checkSystem.php and looking for calls to make_writable().

    You may make configuration changes in config.php, although many of those settings are exposed in the GUI (click Admin on the top-right corner, then System Settings).

    Where session information is stored depends on your PHP settings. In your system's php.ini file, you'll find a setting named 'session.save_path' -- by default on most Linux installations, the save_path is /tmp. On Windows, I've seen C:/WINDOWS/TEMP/ used.
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

  3. #3
    BrianSteffens is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    15

    Default Re: Any files modified in normal sugar use?

    Perfect, thanks very much!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 15
    Last Post: 2006-04-12, 04:01 PM
  2. Replies: 5
    Last Post: 2005-11-28, 12:53 AM
  3. Choose file permissions for files created by Sugar
    By mmolin in forum General Discussion
    Replies: 0
    Last Post: 2005-10-07, 12:54 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
  •