Closed (fixed)
Project:
Advanced Forum
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2012 at 12:22 UTC
Updated:
22 Aug 2012 at 12:41 UTC
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
Comment #1
troky commentedFixed. Thanks.