Closed (fixed)
Project:
Video Embed Field Overlay
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2012 at 16:32 UTC
Updated:
28 Nov 2012 at 08:41 UTC
We recently released imagecache_actions 7.x-1.0. It may be that your module will fail to work with this new version. Specifying a file (in your case: an overlay) has been changed in a non-compatible way.
You should specify the overlay image to use as module://video_embed _field_overlay/{image-name}. We introduced the module:// stream wrapper for cases like yours, where resources are module supplied and thus live in one of the allowed module directories.
Note 1: issue #1566398: Errors generated on Upgrade to Alpha 1 mentioned the existence of this module to me.
Note 2: In your info file, you can specify a dependency including a minimal version. See Writing .info files (Drupal 7.x).
Comments
Comment #1
rmontero commentedExcellent. I will look into it.
Comment #2
fietserwinAs per #1702716: System Stream Wrappers Conflict we removed the module:// stream wrapper from our module as it already exists in the system stream wrapper contrib module. So please add a dependency to that module and a minimal version of 7.x-1.1 of our module (to be released very soon).
Comment #3
rmontero commentedChange pushed to dev, will be rolled out in the next release.