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

perke’s picture

hi

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

pebosi’s picture

Status: Active » Fixed

Brackets were added in the latest dev Version. So i think its fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.