Closed (fixed)
Project:
ImageCache
Version:
5.x-2.3
Component:
imagecache_image module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2009 at 20:15 UTC
Updated:
2 Jun 2010 at 17:11 UTC
I get the following when attempting to add any action to a preset:
user warning: Unknown column 'action' in 'field list' query: INSERT INTO imagecache_action (actionid, presetid, weight, action, data) VALUES (12, 1, 0,'imagecache_scale', 'a:3:{s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:7:\"upscale\";i:0;}') in /home/jnicola/store.mthoodsnowsports.com/includes/database.mysql.inc on line 174.
It's rendering the entire module useless, and preventing uberstore from working.
Comments
Comment #1
thinkyhead commentedIf that column is missing then you likely need to run update.php to upgrade your the database tables. In particular, Update #4 adds the 'action' column to the 'imagecache_actions' table.