The function is being used in file_styles.install on lines 14 & 23. To fix:
//$path = file_directory_path() . '/file-styles';
$path = file_build_uri('file-styles');
The function is being used in file_styles.install on lines 14 & 23. To fix:
//$path = file_directory_path() . '/file-styles';
$path = file_build_uri('file-styles');
Comments
Comment #1
czigor commentedI had this problem, this solved it.
Thanks!
Comment #2
aspilicious commenteddev version has different code...
Can someone confirm this?
Comment #3
Bußmeyer commentedfile_directory_path has been removed in d7: http://api.drupal.org/api/drupal/includes--file.inc/function/file_direct...
Comment #4
aaron commentedthis has been fixed in the dev version. we'll roll a new release soon.