Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
When using the automated installer provided by CiviCRM 1.8 on Drupal 5.2 on a WAMP setup, the installer incorrectly generates the CIVICRM_UF_BASEURL constant. It places a backslash followed by the terminating forward slash that prevents all CiviCRM component pages from loading. This code is on line 169 of the auto generated civicrm.settings.php as of this report.
Example:
define( 'CIVICRM_UF_BASEURL' , 'http://localhost\/' );