Closed (duplicate)
Project:
Drupal core
Version:
6.3
Component:
language system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2008 at 23:19 UTC
Updated:
6 Apr 2009 at 09:44 UTC
System file path is visible when at least second language is enabled and download method is set to private.
<script type="text/javascript" src="/files/languages/ro_52b2c0..93ff220867.js?R"></script>
In this case the system directory 'files' is located in the website root.
Comments
Comment #1
gábor hojtsyLooks like locale_update_js_files() uses drupal_add_js() with data coming from file_create_path(). Looks like it should be using file_create_url(). Anyone up for a patch?
Comment #2
gábor hojtsyJust marked #326323: 404 error referring to a language file as a duplicate.
Comment #3
gábor hojtsyPeople are hard at work on this one at #250451: locale.module adds wrong js path.
Comment #4
gábor hojtsy