Posted by RobKoberg on November 29, 2010 at 10:00pm
Jump to:
| Project: | Styles |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
I had this problem, this solved it.
Thanks!
#2
dev version has different code...
Can someone confirm this?
#3
file_directory_path has been removed in d7: http://api.drupal.org/api/drupal/includes--file.inc/function/file_direct...
#4
this has been fixed in the dev version. we'll roll a new release soon.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.