Problem/Motivation
If the site is multilingual and uses the path prefix, the code that makes sure the URL is absolute adds the path prefix, but since it actually calls directly a script and not a Drupal callback, the language makes the URL invalid.
Proposed resolution
My first try would be to add the 'language' => LANGUAGE_NONE item to the array of options passed to url(). I'm not sure if this would have any effect on multilingual sites using domains for language detection.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | conversejs-remove_language_prefix_proxy_url-2273579-1.patch | 701 bytes | pinolo |
Comments
Comment #1
pinolofile_create_url() should work.
Comment #3
hejazee commentedThanks.
committed