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

bgm’s picture

Status: Active » Needs work

I 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.

  • bgm committed 285c0b0 on drop_v1
    do#1201734 : better Resource URLs management during install/verify....

  • bgm committed 285c0b0 on 6.x-2.x-20140828-cleanup
    do#1201734 : better Resource URLs management during install/verify....