Closed (fixed)
Project:
iTweak Upload
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2010 at 14:57 UTC
Updated:
20 Oct 2010 at 15:50 UTC
I was using the latest release of this module, but upgraded to dev as I was experiencing issue with realpath() http://drupal.org/node/729078
Now i'm getting imagecache errors? Imagecache is installed and working correctly.
Fatal error: Call to undefined function imagecache_file_delete() in /xxx/xxxx/xxxxx/xxxxx/httpdocs/xx/sites/all/modules/itweak_upload/itweak_upload.module on line 1067
Comments
Comment #1
iva2k commentedWhat is your imagecache module version and date (date for -dev version is required)?
Comment #2
iva2k commentedA change committed to 6.x-2.x-dev which verifies function_exists('imagecache_file_delete') to avoid errors if imagecache API is changed.