Hi,

it seems that like is wrong in thickbox.module:
drupal_add_js("var thickbox_derivative = ". drupal_to_js(variable_get('thickbox_derivative', 'preview')) .";", 'inline');

On my site, it generates thickbox_derivative = "Aperçu" instead of thickbox_derivative = "preview", which of course fails.

Thanks,
Xav

Comments

frjo’s picture

Assigned: Unassigned » frjo
Status: Active » Postponed (maintainer needs more info)

Can you not change the settings at "admin/settings/thickbox"?

What options do you get there for "Image derivative"?

xav’s picture

I have "Original", "Aperçu" and "Thumbnail" (apparently the last one hasn't been translated). They are the 3 default sizes, uneditable. I could add some more but that's not the point.

xav’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Sorry, after uninstalling, cleaning db and reinstalling, it seems to work now.