Hi,

the module does not include the javascript-file correctly, if more than one language is used, as the language is prefixed to the url (if configured accordingly). The old code tries to include /<lang>/sites/all/modules/ie6update/ie6update.js

If you change

<script type="text/javascript" src="'. url(drupal_get_path('module', 'ie6update') .'/ie6update.js', array('absolute' => TRUE)) .'"></script>

to

<script type="text/javascript" src="'.  base_path().drupal_get_path('module', 'ie6update') .'/ie6update.js' .'"></script>

everything works as expected.

cheers,
Stephan

Comments

iamEAP’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #962294: Fix urls for multilingual sites with language prefixes, which has a working patch. Marking as such.