Closed (fixed)
Project:
CiviCRM Starter Kit
Version:
7.x-4.x-dev
Component:
Installing
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2013 at 22:22 UTC
Updated:
7 Feb 2014 at 17:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kreynen commentedhttp://wiki.civicrm.org/confluence/display/CRMDOC43/Override+CiviCRM+Set...
$civicrm_setting['Directory Preferences']['extensionsDir'] = '/path/to/extensions-dir';
Comment #2
kreynen commentedThis was added with the patch for #1978142: Include Pantheon settings in civicrm.settings.tpl, but it is NOT working
Comment #3
kreynen commentedattempt to create the sites/all/extensions direction w/ patch
Comment #4
kreynen commentedI think the only way to create a directory in sites/all/ is to patch Drupal core which I'd like to avoid so I'm going to create a file from another library at sites/extensions/cache/timestamp.txt then patch that file into a timestamp
Comment #5
kreynen commentedchanged relative path to file
Comment #6
kreynen commentedchanged relative path to file...again
Comment #7
kreynen commentedAdding ResourceURL, removing IDS since that is now a permission based setting in > 4.4 http://issues.civicrm.org/jira/browse/CRM-12197
This change should make it possible to include CiviCRM extensions in a distribution and enable them w/ https://drupal.org/project/civicrm_extension_enabler
Comment #8
kreynen commentedComment #9
populist commentedI believe that adding this code:
is going to break installations where the extensions are stored in /profiles/civicrm_starterkit/extensions.
Comment #10
sheldon rampton commentedI think it will break ANY installations, because you need a slash between $base_url and 'sites/all/extensions'.
Comment #11
kreynen commentedshouldn't be userFrameworkResourceURL at all... should be
$civicrm_setting['URL Preferences']['extensionsURL'] = $base_url . '/sites/all/extensions';Comment #12
kreynen commentedComment #13
kreynen commentedClosing this again. This is the old 4.3 version of the patch. All future updates should be made to #2082713: Filename of civicrm.settings.php.tpl changed to civicrm.settings.php.template in CiviCRM 4.4