Needs work
Project:
Provision CiviCRM
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jun 2011 at 19:26 UTC
Updated:
28 Aug 2014 at 15:29 UTC
Jump to comment: Most recent
When i18n is enabled and has language negotiation based on the prefix, Drupal generates URLs such as http://example.org/en/civicrm/. However, the "CiviCRM -> Admin -> Global -> Resource URLs" paths are broken when i18n is enabled:
CiviCRM an URL such as:
http://example.org/en/sites/all/modules/civicrm
instead of:
http://example.org/sites/all/modules/civicrm
Comments
Comment #1
bgm commentedI did some fixes in 285c0b019d8d5b4a33477fc6dce47c3d33a32569
works for verify, but because of how Aegir has inconsistent
$packages = drush_get_option('packages', 'platform');in install vs verify, it is still buggy.