Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-12097

extra / in drupal/civicrm.install

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.3.0
    • Fix Version/s: 4.3.0
    • 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

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              kreynen Kevin Reynen
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: