Closed (fixed)
Project:
CiviCRM Starter Kit
Version:
7.x-3.x-dev
Component:
Installing
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2013 at 22:26 UTC
Updated:
16 Oct 2014 at 00:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kreynen commentedComment #2
kreynen commentedchanging default database variables in the civicrm.settings.php so it's more obvious they aren't using the only the dev Pantheon database per @David Strauss's suggestion.
Comment #3
kreynen commentedfixed issue with file paths
Comment #4
kreynen commentedThe problem with this patch wasn't the paths, but the fact that the change I made for #2 altered the the same part of the tpl as #1. Trying to same time and merge 2 small changes ended up costing me a lot more time.
Comment #5
kreynen commentedI need to update drush so I can use #840540: Specify a patch from local file system
Comment #6
kreynen commentedThe last patch worked fine on Pantheon, but stalled the installer on any other host at the Initializing. step. No error. The installer just never moved past that step because CiviCRM was failing to connect to the database. Instead of trying to change the real database config when installing on Pantheon, I've just added a note for Pantheon so they and/or Pantheon's support staff realize the normal civicrm.settings.php are only used if the $_SERVER['PRESSFLOW_SETTINGS'] is empty.
Comment #7
kreynen commentedComment #8
kreynen commentedComment #9
kreynen commentedComment #10
kreynen commentedComment #11
kreynen commentedreally don't understand why this patch can be applied cleanly on download, but fails when applied during drush make
Comment #12
kreynen commentedComment #13
kreynen commentedThe location or filename of the civicrm.settings.php.tpl is changing in CiviCRM 4.4
Comment #14
kreynen commentedhttp://issues.civicrm.org/jira/browse/CRM-12874
Comment #16
kreynen commentedUpdated tpl to address #2063371: drupal_get_path not always available in civicrm_settings.php on Pantheon
Comment #17
kreynen commentedclosing old issues