Closed (fixed)
Project:
ImageCache
Version:
5.x-2.0-beta
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2008 at 03:38 UTC
Updated:
21 May 2008 at 20:42 UTC
Hi,
In all versions I could download, there's these two lines in imagecache.install:
db_query("CREATE SEQUENCE imagecache_preset_presetid_seq INCREMENT 1 START 1;");
db_query("CREATE SEQUENCE imagecache_action_actionid_seq INCREMENT 1 START 1;");
These should be:
db_query("CREATE SEQUENCE {imagecache_preset}_presetid_seq INCREMENT 1 START 1;");
db_query("CREATE SEQUENCE {imagecache_action}_actionid_seq INCREMENT 1 START 1;");
To allow for prefixed tables.
Comments
Comment #1
dopry commentedfixed in DRUPAL-5--2 and HEAD.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.