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

czigor’s picture

I had this problem, this solved it.
Thanks!

aspilicious’s picture

dev version has different code...

Can someone confirm this?

Bußmeyer’s picture

aaron’s picture

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.

Status: Fixed » Closed (fixed)

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