i had to do this once when first installing it too...run the uninstaller sql then go to the server and remove all the files that you have for the lightbox.
quit your ftp then reopen it and upload the files once more making sure you put them into the right places...when it says your_template it means to create a folder within that place and name it with the name of your template that you are using.
then run the install sql again and see if you still have trouble.
ok are you installing the sql thru admin or thru your databases myPHPAdmin
at least you got it to install without errors
in admin at the bottom of configuration there is no lightbox listed?
am lost on that one unless your theme lightbox files are not in their designated theme folder
check to make sure that you put the:
includes/languages/english/extra_definitions/make a folder for your theme here and place that file in it
same for the modules/your theme folder
and the templates/your theme folder
put those files from the zip into the folders and then check admin again either in a new page or refreshing the page you have open
let us know
Hello, For some reason lightbox does not display the image in Chrome 3.0.195.33, and Opera 10.10. The light box appears, just with no image. Works fine in IE 8.0.7600.
then maybe you need to run the sql installer with the prefix where indicated in red...but remember to run the uninstaller first... if tester is the word just before the table name...like it should look like this tester_admin
INSERT INTO `zen_configuration_group` VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1');
UPDATE `zen_configuration_group` SET `sort_order` = LAST_INSERT_ID() WHERE `configuration_group_id` = LAST_INSERT_ID();
SELECT @cgi := `configuration_group_id` FROM `zen_configuration_group` WHERE `configuration_group_title` = 'Zen Lightbox';
INSERT INTO `zen_configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES