Closed (duplicate)
Project:
Transliteration
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2011 at 18:38 UTC
Updated:
4 Feb 2011 at 00:48 UTC
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
Comment #1
sergey885 commentedsame problem. subscribing
Comment #2
steinmb commentedIt 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
Comment #3
smk-ka commentedDuplicate of #1005960: file_directory_path() removed in D7.