Quote Originally Posted by Robbyn7 View Post
Hello all, I'm using Zencart Version 1.3.8 and for a long while I had no issues with Lightbox. For some strange reason Lightbox has stopped working in all browsers. I re-installing this mod but when I try to install the "install.sql" file I receive the following error: 1146 Table 'robbsr_zc1.configuration_group' doesn't exist in: [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';] If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields. Thanks for any help in advance.
When I first installed this mod I added the highlighted remark to the top of the install.sql file:

/**
* Zen Lightbox
*
* @author Alex Clarke ([email protected])
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: install.sql 2008-12-17 aclarke $
*
* Frank's comment: execute this sql patch in myPhpAdmin and NOT in Zencart Admin
*/
This little note has helped me to avoid your problem for future installs in other stores. You may want to do the same.