You need to edit the install.sql file that is in the zen_lightbox folder. For some reason the writer of this plugin failed to add the table prefix "zen_" to the table insert commands.
Change this - INSERT INTO `configuration_group
to this - INSERT INTO `zen_configuration_group
Change this - INSERT INTO `configuration
to this - INSERT INTO `zen_configuration
Mike



Reply With Quote
