Error when trying to add actions to imagecache
Gompho - October 23, 2008 - 22:00
Whenever I try and add an action to imagecache I receive this error.
pg_query() [function.pg-query]: Query failed: ERROR: column "action" of relation "imagecache_action" does not exist LINE 1: ...TO imagecache_action (actionid, presetid, weight, action, da... ^ in /var/www/example.com/html/includes/database.pgsql.inc on line 126.
query: INSERT INTO imagecache_action (actionid, presetid, weight, action, data) VALUES (12, 6, 0,'imagecache_scale', 'a:3:{s:5:"width";s:3:"80%";s:6:"height";s:0:"";s:7:"upscale";i:1;}') in /var/www/example.com/html/includes/database.pgsql.inc on line 145.
Can some one help me out with this.
