After installing the latest LangsAtOnce mod I receive the following Fatal Error when creating a Page/Story node;

Fatal error: Call to undefined function tt() in /var/www/drupal/sites/all/modules/LangsAtOnce/LangsAtOnce.module on line 60

This is what I see in the drupal log php > error

Invalid argument supplied for foreach() in /var/www/drupal/includes/common.inc on line 883.

and

strtr() [<a href='function.strtr'>function.strtr</a>]: The second argument is not an array in /var/www/drupal/includes/common.inc on line 900.

???

Comments

mohammed j. razem’s picture

Status: Active » Needs review

I had this error when I first enabled the module and wanted to create a new content!
Looks like tt() function is provided by taxonomy_translate from the i18n modules package.

Install i18n and enable Taxonomy Translation module.

The maintainer also should add the related dependencies on i18n, and Taxonomy Translation!

mohammed j. razem’s picture

Category: support » bug
Priority: Normal » Critical
Status: Needs review » Needs work

I believe this should be fixed! It's a required dependency.