In the file imgupload/imgupload/imgupload.module you must give the brackets around the world vocabulary on the line 158.

There is: db_query("SELECT * FROM {term_data} td,vocabulary v where ...
but there must be: db_query("SELECT * FROM {term_data} td,{vocabulary} v where ...

Because if you use prefixes for drupal vocabularies, there isn't any gallery without this fix. When you want to import to the existing gallery, there isn't any. Sorry for my english :-)

Comments

kyberman’s picture

Assigned: kyberman » Unassigned
Issue summary: View changes
Status: Patch (to be ported) » Closed (duplicate)