Call to undefined function fatal errors
jeanmichel - February 7, 2008 - 23:15
| Project: | Internationalization |
| Version: | 5.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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?

#1
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
#2
anyone? .. a clue at least? ..
are there any modules that are not working properly with i18n? ..
10x in advance ..
Cheers
#3
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 ??????????
#4
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
So I enabled the Locale-module and then it worked!
Hope this might solve your Problem :)
#5
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
#6
Automatically closed -- issue fixed for two weeks with no activity.