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 »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Files directory for multi-site installation
Pages: [1]

Author Topic: Files directory for multi-site installation  (Read 1260 times)

hallman

  • I post occasionally
  • **
  • Posts: 87
  • Karma: 10
Files directory for multi-site installation
October 29, 2008, 06:50:42 am
I have CiviCRM running on my main site, nccommunities.org. I have a multi-site installation and am configuring CiviCRM using the instructions at http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+for+Drupal+-+Configure+Multi-site+Installations. I don't see anything about the files directory.

I have /home/drupal/public_html/files/civicrm
containing: crm_docs  custom  persist  templates_c  upload
In civicrm.settings.php for sites xxx.nccommunities.org, should I leave:

define( 'CIVICRM_TEMPLATE_COMPILEDIR',
'/home/drupal/public_html/files/civicrm/templates_c/' );

or should I copy the civicrm directory to
~/public_html/sites/xxx.nccommunities.org/files and change civicrm.settings.php to
define( 'CIVICRM_TEMPLATE_COMPILEDIR',
'/home/drupal/public_html/sites/xxx.nccommunities.org/files/civicrm/templates_c/' );

 
Judy Hallman

hallman

  • I post occasionally
  • **
  • Posts: 87
  • Karma: 10
Re: Files directory for multi-site installation
October 30, 2008, 06:59:33 am
Never mind. Yes, I need to copy the CiviCRM directory to the files directory for the other sites. Otherwise images associated with premiums, documents and images which are attachments to contact records, etc. will all go in the same place and may over-write each other.
Judy Hallman

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Files directory for multi-site installation

This forum was archived on 2017-11-26.