Closed (cannot reproduce)
Project:
Alternative Stream Wrappers
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Aug 2014 at 07:58 UTC
Updated:
29 Jan 2015 at 16:38 UTC
Jump to comment: Most recent
Comments
Comment #1
mcdruid commentedCould you explain exactly how you've used alt_stream_wrappers to create this new stream wrapper?
Do you see any error messages (e.g. in logs) when this problem occurs?
Can you create directories and files similar to the paths you're trying to use for image styles when running as the same user as Drupal (often www-data)?
Comment #2
mcdruid commentedComment #3
pingevt commentedNot sure if this is technically a bug or not as I am not using this module but wanted to post this to help others out there that might run into the same issue.
But I am running into the same issue. I created a new stream wrapper b/c I mounted an external storage volume to my server to handle images, audio and video files. I wanted to use this volume for one node type though, so I wanted public to stay normal. This volume was also outside of the Drupal root so I could use it for multiple sites. I created the stream wrapper on my own in a custom module, code below:
However, the images were not being created. In order to get the image styles working I needed to add a menu item to call the image_style_deliver():
Seems to all work for me now.
This could potentially be a feature for your module, but as I said I'm not using it so not entirely sure.