If installing CiviCRM from the install link on the profile page it goes to the correct page but disregards the folder that my install is in.

For example

something.com works
something.com/foo/ does not work

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

skessler’s picture

I am not sure how to fix this but it appears the problem is in

modules/civicrm/drupal/civicrm.install

on line 64

-Steve

kreynen’s picture

First attempt at a patch. Because this is in the CiviCRM project, the final fix will need need to happen there. This patch works but could be tighter.

kreynen’s picture

Status: Active » Needs review

Issue posted to CiviCRM project http://issues.civicrm.org/jira/browse/CRM-11216

Because the code change has to happen on the CiviCRM side, future updates about the patch should be tracked there. Until this makes it into a CiviCRM release, I will add the patch the next release of this kit and http://drupal.org/project/civicrm_starterkit.

skessler’s picture

The patch works.

kreynen’s picture

kreynen’s picture

updated patch to be relative to root civicrm dir.

kreynen’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kreynen’s picture

Project: Community Media Starter Kit (Moderate) » CiviCRM Starter Kit
Version: 7.x-1.0-beta1 » 7.x-2.x-dev
Status: Closed (fixed) » Needs work

Reopening for 4.3. While 4.3's install.php includes most of these changes, it still has the extra / @coderdan found to be an issue. Opened the issue in Jira...

http://issues.civicrm.org/jira/browse/CRM-12097

Going to update the patch until this is fixed.

kreynen’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Status: Needs work » Needs review
FileSize
435 bytes
kreynen’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.