CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Global settings do not save
Pages: [1]

Author Topic: Global settings do not save  (Read 555 times)

fins

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.0.7
  • CMS version: Joomla!
  • MySQL version: 5.1.41
  • PHP version: 5.3.2
Global settings do not save
July 16, 2012, 10:45:44 am
I make changes to the global settings, click "Save", get a message "Your changes have been saved. " go back to the setting and find the settings haven't been saved.
What do I need to do to get them saved?
Are the settings save in the database or a file. Presumably if it's a file there could be a permissions problem and if so which file is saved or if it's a database problem which table(s) are they saved in as I don't mind manually making the changes, but I would prefer to do it via the CMS.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Global settings do not save
July 16, 2012, 10:56:25 am
Most settings are saved in the civicrm_settings table. But perhaps try removing all files/folders in templates_c first and see if that helps.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

fins

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.0.7
  • CMS version: Joomla!
  • MySQL version: 5.1.41
  • PHP version: 5.3.2
Re: Global settings do not save
July 17, 2012, 04:42:09 pm
I'm using 4.0.7 which I believe doesn't have a civicrm_settings table.  I've also deleted all the files in template_c and still the settings refuse to save. The base directory has at some stage saved, which I think was when I restored the site using Akeeba.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Global settings do not save
July 18, 2012, 05:48:06 am
Try running

Code: [Select]
UPDATE `civicrm_domain` SET `config_backend`=NULL ;
and try removing ConfigAndLog/Config.IDS.ini which should be in files or in files/templates_c
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

fins

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.0.7
  • CMS version: Joomla!
  • MySQL version: 5.1.41
  • PHP version: 5.3.2
Re: Global settings do not save
July 18, 2012, 12:32:25 pm
Thank Hershel, I ended up doing a complete re-install form an older Akeeba backup file and that's cured the problem. It does mean that somebody has to do some updating, but CiviCRM appears to be much happier.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Global settings do not save

This forum was archived on 2017-11-26.