Closed (fixed)
Project:
ImageCache Actions
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2009 at 17:46 UTC
Updated:
15 Sep 2009 at 22:40 UTC
Just installed imagecache and imagecache_actions. They are installed to sites/all folder on local dev machine (XP Pro/Apache). When I used the Overlay: file image to canvas and set it to use polaroid-template-transparent.png, I'm getting a file cannot be found message. I see that that png is located in the imagecache_actions docs folder.
Are we suppose to move those pngs to our sites/domain/files/images folder where it would be acccessible?
Other info: I'm using virtual hosting with localhost IP. Drupal is installed at C:/apache2triad/htdocs/drupal
Comments
Comment #1
dman commentedThe filename you enter for file to canvas has to be full - relative to the Drupal root.
So
sites/all/modules/imageache_actions/docs/polaroid-template-transparent.pngor
sites/default/files/your-template-transparent.pngComment #2
Sunshiney commentedThanks
Comment #3
dman commentedcool