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

thinkyhead’s picture

Status: Active » Closed (fixed)

If 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.