Found a tiny error that keeps causing a page not found error.

icl_core.module - icl_core_add_thickbox()

drupal_add_css(drupal_get_path('module', 'icl_core').'/css/thickbox_is.css');

Should be

drupal_add_css(drupal_get_path('module', 'icl_core').'/css/thickbox_ie.css');

Comments

brucepearson’s picture

Status: Active » Fixed

Thank you for reporting this. I've committed the fix and will do a new release early next week.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.