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 »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Moving an Existing Installation to a New Server or Location now settings issue
Pages: [1]

Author Topic: Moving an Existing Installation to a New Server or Location now settings issue  (Read 3613 times)

karenann

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 2
  • CiviCRM version: 4.7.3
  • CMS version: Joomla 3.4.8
  • MySQL version: 5.5.48-cll
  • PHP version: 5.4.41
Moving an Existing Installation to a New Server or Location now settings issue
November 30, 2014, 11:44:34 am
joomla 3.3.6; Civicrm 4.4.10
Localization data not saving.

I transferred the site to a new localization under different domain name. Used akeeba and kickstart for the restore. I edited the following 4 files:
* /administrator/components/com_civicrm/civicrm.settings.php
* /components/com_civicrm/civicrm.settings.php
* /administrator/components/com_civicrm/civicrm/civicrm.config.php
* /media/civicrm/ConfigAndLog/Config.IDS.ini
**** Everything works well from front end. I can create new contacts, groups, events. BUT Settings did not transfer and do not save, e.g. Mapping and Geocoding Providers, localization, Misc (Undelete, PDFs, Limits, Logging, Captcha, Debugging and Error Handling, etc.)

Looking at database tables i see civicrm_domain field config_backend does not have contents it should. I try and edit table entry, it saves, but once I go into civicrm admin back-end, it loses the data and reverts to "N;".

Any suggestions on what i have missed?


karenann

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 2
  • CiviCRM version: 4.7.3
  • CMS version: Joomla 3.4.8
  • MySQL version: 5.5.48-cll
  • PHP version: 5.4.41
Re: Moving an Existing Installation to a New Server or Location now settings issue
November 30, 2014, 12:22:40 pm
Fixed my own problem. Here's what i did, worked perfectly.
USE <yourdatabasename>;
UPDATE civicrm_domain SET config_backend = null;

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Moving an Existing Installation to a New Server or Location now settings issue

This forum was archived on 2017-11-26.