here is it:

Fatal error: Call to undefined function i18n_get_lang() in

i just uploaded the module to the server and activate it in the admin panel.

what can it be?

Comments

playahater’s picture

I`m having the same problem .. :( ..
I`m running drupal 5.7 with mysql-5.0.54, apache-2.2.8, php-5.2.5

I have copied i18n to modules .. tried to enable it and got this error:

Fatal error: Call to undefined function i18n_supported_languages() in /var/www/localhost/htdocs/poljoprivredni_list/modules/i18n/translation/translation.module on line 812

playahater’s picture

anyone? .. a clue at least? ..
are there any modules that are not working properly with i18n? ..

10x in advance ..

Cheers

jose reyero’s picture

Title: Fatal error » Call to undefined function fatal errors

Cannot reproduce, but looks like i18n module is not loaded which is strange.

Try enabling first i18n, then the rest of the modules.

Also please, write the full error message.

Fatal error: Call to undefined function i18n_get_lang() in ??????????

MaciejSchuttkowski’s picture

I also had the same problem, after updating from 4.7 to 5.7.
I disabled all non-core-modules before updating and then tried to enable the i18n-module first.

But then I recognized the little description of the i18n-module in the admin panel, which says

Depends on: Locale (disabled)

So I enabled the Locale-module and then it worked!

Hope this might solve your Problem :)

jose reyero’s picture

Status: Active » Fixed

Yes, there are some new dependencies on this version.

As I said above, disable all modules, enable one by one, and that should fix it

Anonymous’s picture

Status: Fixed » Closed (fixed)

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