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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • moving site- drupal 6/civi multi to drupal 7/civic multi site - code base glitch
Pages: [1]

Author Topic: moving site- drupal 6/civi multi to drupal 7/civic multi site - code base glitch  (Read 855 times)

carolineb

  • I post occasionally
  • **
  • Posts: 36
  • Karma: 2
moving site- drupal 6/civi multi to drupal 7/civic multi site - code base glitch
February 14, 2013, 02:03:54 am
Hello
I have a Drupal 7 multisite with one of the websites (call it MYSITE_1) using an overriding civicrm module" .

Both 'sites/all/modules/civicrm' and 'sites/MYSITE_1/modules/civicrm' are the same version. I want MYSITE_1 to use the codebase in 'sites/all/modules' not an overriding version. So basically get rid of 'sites/MYSITE_1/modules/civicrm'.

What do I need to change? Just modifying the root crm folder in civicrm.settings.php doesn't seem to work.

Thanks Caroline

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: moving site- drupal 6/civi multi to drupal 7/civic multi site - code base glitch
February 14, 2013, 06:49:42 am
You must update

sites/MYSITE_1/civicrm.settings.php

and then delete

sites/MYSITE_1/files/civicrm/upload/Config.IDS.ini

Or it's probably in

sites/MYSITE_1/files/civicrm/ConfigAndLog/Config.IDS.ini

Try that.
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.

carolineb

  • I post occasionally
  • **
  • Posts: 36
  • Karma: 2
Re: moving site- drupal 6/civi multi to drupal 7/civic multi site - code base glitch
February 16, 2013, 05:02:37 am
Hi Hershel
Sadly that didn't work.
This is what did:

1) changed $civicrm_root in sites/MYSITE_1/civicrm.settings.php
2) deleted sites/MYSITE_1/files/civicrm/ConfigAndLog/Config.IDS.ini

Anything else i need to do ? Has anyone ever done something similar?

Thanks for your help,
Caroline

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: moving site- drupal 6/civi multi to drupal 7/civic multi site - code base glitch
February 16, 2013, 10:38:44 am
Actually in Drupal, if sites/MYSITE_1/modules/civicrm exists, then it will use that. You should:

1. Disable CiviCRM via the Drupal modules page
2. Delete sites/MYSITE_1/modules/civicrm
3. Enable CiviCRM via the Drupal modules page.
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.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • moving site- drupal 6/civi multi to drupal 7/civic multi site - code base glitch

This forum was archived on 2017-11-26.