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

rmontero’s picture

Excellent. I will look into it.

fietserwin’s picture

As 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).

rmontero’s picture

Status: Active » Closed (fixed)

Change pushed to dev, will be rolled out in the next release.