Re: [campsite-support] settings - bug?
  • Campsite restricts the permissions to the file system_preferences.php in
    order not to allow other users to read/write it's contents. So on sites
    where the apache user is different than the owner of the source files you
    may have trouble with it. Please remove the file system_preferences.php,
    edit the file classes/SystemPref.php from the campsite directory and comment
    the line 151 like this:

    // chmod($cacheFileName, 0600);

    This should fix your problem.

    Mugur

    On Tue, Jul 28, 2009 at 8:46 PM, wrote:

    > Author: gabitzu
    > Link: http://code.campware.org/phorum/read.php?8,7335,7335#msg-7335
    >
    > --------------------------------------------------------------------------------
    >
    > i've noticed the are 2 places where are kept settings:
    >
    > = in database
    > = in a root file
    >
    > you change the settings from admin interface, but they are changed in db
    > not also in the system_preferences.php
    >
    > as long as you change only in admin interface it's not working...still old
    > data.. from system_preferences.php
    >
    >
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >