Closed (duplicate)
Project:
Internationalization
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2006 at 23:08 UTC
Updated:
4 Jul 2006 at 23:54 UTC
Hi,
when trying to install og (latest cvs as of 15.05.2006) on Drupal 4.7 with i18n I get a statement in the module-window, stating, that the function i18n_get_langx() cannot be redeclare because it was already declared by i18n. If I install i18n after og I get the opposite statement.
Would be lovely if that could be fixed!
Thanks a lot for your great efforts! It's very much appreciated.
Best
.r.
Comments
Comment #1
Carlos Miranda Levy commentedI just installed i18n in a multisite 4.7.2 installation and got this error right away when returning to the modules page:
Fatal error: Cannot redeclare i18n_get_lang() (previously declared in /home/ciudades/public_html/modules/og/og.module:116) in /home/****mysite****/public_html/modules/i18n/i18n.inc on line 247Comment #2
Carlos Miranda Levy commentedThis has been solved with the latest release of the og module (June 18, 2006) -- you need to download the og module again ...
See note here:
http://drupal.org/node/61643
Comment #3
jose reyero commented