Download & Extend

install error because of use of file_directory_path()

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

#4

Version:7.x-1.0-alpha4» 7.x-1.x-dev
Status:active» fixed

this has been fixed in the dev version. we'll roll a new release soon.

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.