I was using image module 5.x-1.2 and upgraded to 5.x-1.3 and got the following error in my log:
Illegal offset type /drupal/modules/taxonomy/taxonomy.module on line 1154.
The error occurs whenever someone visits the image gallery. And besides that images are placed very chaotically in my gallery after the upgrade and some thumbnails are very big, others stretched.
Comments
Comment #1
drewish commentedhumm, i'm not seeing anything that should trigger that... make sure you ran the update.php script.
Comment #2
martig commentedI did run update.php.
Comment #3
drewish commentedhow about a link?
Comment #4
martig commentedI downgraded to 5.x-1.0 for now, cause that was the last version that didn't cause me trouble with stretched thumbnails. Also, as it seems, 5.x-1.3 somewhy deleted some of my images from the server while it was for regenerating image derivatives.
The error stopped reoccurring when I disabled the pathauto module(5.x-1.2). But that still doesn't explain why it's stretching portrait thumbnails and why it's eating my pictures from the server when I change derivative dimensions.
Comment #5
trackleft commentedI am getting the same error, I have pathauto and image too. I read something about the Zend Optimizer version causing illegal offset type errors, but I do not know what to do about it.
Comment #6
jswap commentedI am seeing a similar error in the Spam filters when I click the "URL filters" tab:
* warning: Illegal offset type in isset or empty in /usr/local/drupal-5.3/includes/bootstrap.inc on line 705.
* warning: Illegal offset type in /usr/local/drupal-5.3/includes/bootstrap.inc on line 706.
* warning: Illegal offset type in /usr/local/drupal-5.3/includes/bootstrap.inc on line 709.
Comment #7
jswap commentedPlease ignore #6; I shouldn't have posted it here since it is for a different module. Doesn't look like I can delete it myself.
Comment #8
drewish commentedi think this is a bug in the pathauto module. try upgrading that.