Closed (fixed)
Project:
IMCE_Gallery
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2007 at 17:38 UTC
Updated:
2 Dec 2008 at 12:01 UTC
... so drupal can't replace with the defined db_prefix.
More than one drupal in one database is not posible.
The typos are in the imce_gallery.install script at the cases mysql and pgsql.
CREATE TABLE imce_gallery (
should be
CREATE TABLE {imce_gallery} (
Comments
Comment #1
perkehi
I had issues with tables creation and have tried this "curly braces trick" but it didn't worked
I'm using drupal_ as db prefix...
so I went through imce_gallery.install and edited all instances of
- CREATE TABLE imce_gallery to CREATE TABLE drupal_imce_gallery
- CREATE TABLE imce_gallery_items to CREATE TABLE drupal_imce_gallery_items
Now it works and tables are created but have issues with adding images... but thats another issue :)
have fun
Comment #2
pebosi commentedBrackets were added in the latest dev Version. So i think its fixed.