imagecache_update_5 (introduced in 5.x-2.2) doesn't return anything, consequently it causes an array merge error on update.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | patch.patch | 722 bytes | webernet |
| patch.patch | 881 bytes | webernet |
imagecache_update_5 (introduced in 5.x-2.2) doesn't return anything, consequently it causes an array merge error on update.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | patch.patch | 722 bytes | webernet |
| patch.patch | 881 bytes | webernet |
Comments
Comment #1
hanoii+1 for this and the patch looks fine.
Comment #2
drewish commentedcan you just do a return array(); instead?
Comment #3
webernet commentedSure...
Comment #4
drewish commentedcommitted to DRUPAL-5--2... started to commit this to HEAD then realized that dopry never added the function to HEAD. so i copied the patch update in and committed to HEAD.
Comment #5
dave reidThis is still not quite fixed: imagecache_update_5 (HEAD) does not have a return value.
Comment #6
drewish commentedright you are... i'd though i'd copied/pasted the patched version. committed to HEAD.
Comment #7
carole commentedI ran into this error updating to imagecache 2.2. Did it cause any problems? Do I need to reinstall anything? If yes, how can I do that from here? I bundled this upgrade with an awful lot of other ones and I don't want to revert to my old database & redo them all. BTW, everything looks like it is working fine.
Comment #8
dave reidNo, it doesn't cause any problems, but it's just an unpleasant error that may freak people out.