Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.0
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
This patch was updated after @lobo committed the fix to 4.3 for http://issues.civicrm.org/jira/browse/CRM-11216
http://drupal.org/files/1830416-sub-folder-support-3.patch
$url = $base_url . '/' . $civicrm_path . '/install/index.php';
Needs to be just...
$url = $base_url . '/' . $civicrm_path . 'install/index.php';
... for install to create a correctly formatted civicrm.settings.php