I have two questions I guess, in order to make sure I am doing this right, as I am new to installing add-ons and this seems like a great one. Especially as I hate the way the large images pop up in this huge window....this seems a way of controlling that in the nice lightboxes I have seen.
I am using one of picaflors templates, newport_eco.
First question is, when I upload the 1_install folder, I am assuming I am uploading it straight into my
http://fourthperimetertactical.com/catalog folder? That that would be my admin folder as everything is underneath of it, the default naming convention I have seen used most.
And 2nd..when I go into my myphp database tool on my host and import the install.sql file, having the configuration group highlighted and not highlighted, I get this error:
Error
SQL query:
/** * 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 $ */ INSERT INTO `configuration_group`
VALUES (
NULL , 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1'
);
MySQL said: Documentation
#1146 - Table '**(took out for id reasons)_zencar5.configuration_group' doesn't exist
If I copy and paste it into the sql tools in zen cart, I get a succesful window saying 5 statements processed. So I'm not sure if it is installed or not. It definitely isn't showing.....
Sorry for the noobish questions...this is my first delving into e-commerce and php and sql so am a bit nervous of cratering my whole website doing something dumb...(and yes it's all backed up).