Closed (duplicate)
Project:
ImageCache
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2008 at 17:16 UTC
Updated:
29 Oct 2008 at 21:10 UTC
After upgrade, saving action configurations doesn't work, throwing a SQL error.
This patch provides an update function that adds the module column to the imagecache_action table, to make the upgrade work.
| Comment | File | Size | Author |
|---|---|---|---|
| imagecache_update.patch | 884 bytes | zroger |
Comments
Comment #1
drewish commentedI think this should be using D6's new db_change_field() function.
Comment #2
drewish commentedsee #304376: Update function from 5.x -> 6.x... which is using db_change_field()...