Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta10
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2008 at 11:45 UTC
Updated:
11 Jun 2010 at 17:57 UTC
Jump to comment: Most recent
Comments
Comment #1
himagarwal commentedhaving the same issue with imagecache-5.x-1.5
was working fine earlier before I installed 5.x-2.1 and un-installed. then had some problem with 2.1 and then shifted back to 1.5 but now its showing the same illegal problem at line 258
Comment #2
markusH commentedHi,
just had to downgrade from 2.0 to 1.6 (PHP4 and stuff) and got the errors. Here's how I got rid of them:
Basically, I checked and resubmitted all content types where I defined a imagecache version in the "display fields" section. These seemed to have bad entries like "link as Array". Just put them back to "Default".
What finally got rid of the error messages, though, was running update.php - I simply had forgotten this in the first place. Maybe try that first.
Don't know if that's general solution. But it did the job for me
Comment #3
drewish commentedplease try the latest versions of imagecache and re-open if this is still occurring.
Comment #5
Anonymous (not verified) commentedSorry to re-open, but I'm getting this error:
* warning: Illegal offset type in isset or empty in /sites/all/modules/imagecache/imagecache.module on line 928.
* warning: Illegal offset type in /sites/all/modules/imagecache/imagecache.module on line 932.
* warning: Illegal offset type in isset or empty in /sites/all/modules/imagecache/imagecache.module on line 928.
* warning: Illegal offset type in /sites/all/modules/imagecache/imagecache.module on line 932.
I am running:
ImageAPI 6.x-1.8
ImageAPI GD2 6.x-1.8
ImageCache 6.x-2.0-beta10
Imagecache Profile Pictures 6.x-1.3
ImageCache UI 6.x-2.0-beta10
and I have run update PHP, and checked on the display settings as mentioned in the earlier bug.
Comment #6
Anonymous (not verified) commentedthis was related to features - a features module was trying to define a preset. deleting the offending lines from the feature did the trick.