I tried to install the alpha version, and I got this error, so then uninstalled and installed the dev version, and I'm still getting this error:

Fatal error: Call to undefined function file_directory_path() in /xxx/sites/all/modules/transliteration/transliteration.admin.inc on line 48

I'm running Drupal 7.0

Comments

sergey885’s picture

same problem. subscribing

steinmb’s picture

It is calling a Drupal 6 core function http://api.drupal.org/api/drupal/includes--file.inc/function/file_direct... and that is kinda doomed :) I simply commented out that line then it is just a help/descriptive text.

Cheers

smk-ka’s picture

Status: Active » Closed (duplicate)