Bug in includes/core-overrides.inc at line 146:

if (module_exists('i18n')) this line only check if the i18n Modul ist active, but to translate Taxonomy we need the "Taxonomy translation" Modul. If the "Taxonomy translation" modul not active you have a error : "Can't localize terms with i18n_taxonomy_localize_terms".

I think the line 146 must replaced with:
if (module_exists('i18n_taxonomy'))

Comments

troky’s picture

Status: Active » Fixed

Fixed. Thanks.

Status: Fixed » Closed (fixed)

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