Zen Cart Logo
Forums / All Other Contributions/Addons / Zen Lightbox addon [Support Thread]

Zen Lightbox addon [Support Thread]

Views: 952,691

Results 3,281 to 3,300 of 3,722
4 Oct 2012, 3:22 AM
#3281
dbb1 avatar

dbb1

Zen Follower

Join Date:
Jan 2008
Posts:
139
Plugin Contributions:
0

Zen Lightbox addon [Support Thread]

DBB1:

I've installed the latest version of Lightbox to a fresh v1.5.1 ZenCart. Everything seems to work fine, but I notice that when viewing with Safari on an iPad (iOS v6), the NEXT and PREVIOUS labels are not displayed when additional images exist. The corners are active when clicked, just no Next or Previous images. Works fine from a PC.

Gang,

In case someone else runs across this, niestudio pitched in and pointed me in the right direction. The solution was to enable the setting "Always show Prev/Next Buttons" in the Admin/Configuration/Zen Lightbox settings.

I saw this option but didn't even stop to consider it, since the Previous and Next overlay images were appearing fine when Lightbox was viewed from a PC.

Thanks, niestudio!

-DBB1

8 Oct 2012, 9:24 AM
#3282
asdfwen avatar

asdfwen

New Zenner

Join Date:
May 2012
Posts:
30
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

does it work well in zen cart 1.5.1?

9 Oct 2012, 12:25 AM
#3283
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

asdfwen:

does it work well in zen cart 1.5.1?
It worked beautifully in my test store for that version

14 Oct 2012, 8:57 AM
#3284
inteltronics avatar

inteltronics

New Zenner

Join Date:
Apr 2012
Posts:
25
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

i had installed the old version, i uninstalled all files and database sql, installed again new version, my site is Italian and English v1.5.0 , maybe conflict with image handler? i get empty menu in administrator -> configuration -> Zen Lightbox settings. here is my site https://www.inteltronics.it

here is the sql install log:

Success 5 statements processed.
Error ERROR: Cannot insert configuration_key "" because it already exists
Error ERROR: Cannot insert configuration_key "" because it already exists
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

BE SURE TO DO A FULL DATABASE BACKUP BEFORE RUNNING SCRIPTS HERE
If you are installing 3rd-party contributions, note that you do so at your own risk.
Zen Cart® makes no warranty as to the safety of scripts supplied by 3rd-party contributors. Test before using on your live database!
Query Results:
/** * 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 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 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 (NULL, 'Zen Lightbox', 'ZEN_LIGHTBOX_STATUS', 'true', '
If true, all product images on the following pages will be displayed within a lightbox:

  • document_general_info
  • document_product_info
  • page (EZ-Pages)
  • product_free_shipping_info
  • product_info
  • product_music_info
  • product_reviews
  • product_reviews_info
  • product_reviews_write

Default: true', @cgi, 100, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Overlay Opacity', 'ZEN_LIGHTBOX_OVERLAY_OPACITY', '0.8', '
Controls the transparency of the overlay.

Default: 0.8', @cgi, 101, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''0.1'', ''0.2'', ''0.3'', ''0.4'', ''0.5'', ''0.6'', ''0.7'', ''0.8'', ''0.9'', ''1''), '), (NULL, 'Overlay Fade Duration', 'ZEN_LIGHTBOX_OVERLAY_FADE_DURATION', '400', '
Controls the fade duration of the overlay.

Note: This value is measured in milliseconds.

Default: 400
', @cgi, 102, NOW(), NOW(), NULL, NULL), (NULL, 'Resize Duration', 'ZEN_LIGHTBOX_RESIZE_DURATION', '400', '
Controls the speed of the image resizing.

Note: This value is measured in milliseconds.

Default: 400
', @cgi, 103, NOW(), NOW(), NULL, NULL), (NULL, 'Resize Transition', 'ZEN_LIGHTBOX_RESIZE_TRANSITION', 'false', '
Allows for custom control over the transition effect used to animate the lightbox.

Default: false
', @cgi, 104, NOW(), NOW(), NULL, NULL), (NULL, 'Initial Width', 'ZEN_LIGHTBOX_INITIAL_WIDTH', '250', '
If Enable Resize Animations is set to true, the lightbox will resize its width from this value to the current image width, when first displayed.

Note: This value is measured in pixels.

Default: 250
', @cgi, 105, NOW(), NOW(), NULL, NULL), (NULL, 'Initial Height', 'ZEN_LIGHTBOX_INITIAL_HEIGHT', '250', '
If Enable Resize Animations is set to true, the lightbox will resize its height from this value to the current image height, when first displayed.

Note: This value is measured in pixels.

Default: 250
', @cgi, 106, NOW(), NOW(), NULL, NULL), (NULL, 'Image Fade Duration', 'ZEN_LIGHTBOX_IMAGE_FADE_DURATION', '400', '
Controls the fade duration of images.

Note: This value is measured in milliseconds.

Default: 400
', @cgi, 107, NOW(), NOW(), NULL, NULL), (NULL, 'Caption Animation Duration', 'ZEN_LIGHTBOX_CAPTION_ANIMATION_DURATION', '400', '
Controls the animation duration of the caption.

Note: This value is measured in milliseconds.

Default: 400
', @cgi, 108, NOW(), NOW(), NULL, NULL), (NULL, 'Display Image Counter', 'ZEN_LIGHTBOX_COUNTER', 'true', '
If true, the image counter will be displayed (below the caption of each image) within the lightbox.

Default: true', @cgi, 109, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), (NULL, 'Close on Image Click', 'ZEN_LIGHTBOX_CLOSE_IMAGE', 'false', '
If true, the lightbox will close when the image being displaying is clicked.

Default: false', @cgi, 110, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Close on Overlay Click', 'ZEN_LIGHTBOX_CLOSE_OVERLAY', 'false', '
If true, the lightbox will close when the overlay is clicked.

Default: false', @cgi, 111, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Always show Prev / Next', 'ZEN_LIGHTBOX_PREV_NEXT', 'false', '
If true, the lightbox will always show Previous & Next buttons when using additional images. NOTE: This setting will be overwritten automatically when Close on Image Click is set to TRUE.

Default: false', @cgi, 112, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Keyboard Navigation', 'ZEN_LIGHTBOX_KEYBOARD_NAVIGATION', 'true', '
If true, keyboard inputs will also be used to control the lightbox.

Default: true', @cgi, 200, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Close Lightbox', 'ZEN_LIGHTBOX_ESCAPE_KEYS', '27,88,67', '
The lightbox will close when any of these keys are pressed.

Note: Only ASCII decimal values should be entered and separated with a comma (if listing multiple values).

Default: 27,88,67
', @cgi, 201, NOW(), NOW(), NULL, NULL), (NULL, 'Previous Image', 'ZEN_LIGHTBOX_PREVIOUS_KEYS', '37,80', '
The lightbox will display the previous image (if available) when any of these keys are pressed.

Note: Only ASCII decimal values should be entered and separated with a comma (if listing multiple values).

Default: 37,80
', @cgi, 202, NOW(), NOW(), NULL, NULL), (NULL, 'Next Image', 'ZEN_LIGHTBOX_NEXT_KEYS', '39,78', '
The lightbox will display the next image (if available) when any of these keys are pressed.

Note: Only ASCII decimal values should be entered and separated with a comma (if listing multiple values).

Default: 39,78
', @cgi, 203, NOW(), NOW(), NULL, NULL), (NULL, 'Gallery Mode', 'ZEN_LIGHTBOX_GALLERY_MODE', 'true', '
If true, the lightbox will allow additional images to quickly be displayed using previous and next buttons.

Default: true', @cgi, 300, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), (NULL, 'Include Main Image in Gallery', 'ZEN_LIGHTBOX_GALLERY_MAIN_IMAGE', 'true', '
If true, the main product image will be included in the lightbox gallery.

Default: true', @cgi, 301, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), (NULL, 'EZ-Pages Support', 'ZEN_LIGHTBOX_EZPAGES', 'true', '
If true, the lightbox effect will be used for linked images on all EZ-Pages.

Default: true', @cgi, 400, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), (NULL, 'File Types', 'ZEN_LIGHTBOX_FILE_TYPES', 'jpg,png,gif', '
On EZ-Pages, the lightbox effect will be applied to all images with one of the following file types.

Default: jpg,png,gif
', @cgi, 401, NOW(), NOW(), NULL, NULL);
/* zencart 1.5 mods */ INSERT INTO zen_admin_pages (page_key ,language_key ,main_page ,page_params ,menu_key ,display_on_menu ,sort_order)VALUES ('configZenLightbox', 'BOX_CONFIGURATION_ZEN_LIGHTBOX', 'FILENAME_CONFIGURATION', CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi);

14 Oct 2012, 9:20 AM
#3285
inteltronics avatar

inteltronics

New Zenner

Join Date:
Apr 2012
Posts:
25
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

if i try to install from PHPmyadmin

Query SQL: Documentazione

INSERT INTO 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 (NULL, '<b>Zen Lightbox</b>', 'ZEN_LIGHTBOX_STATUS', 'true', '<br />If true, all product images on the following pages will be displayed within a lightbox:<br /><br />- document_general_info<br />- document_product_info<br />- page (EZ-Pages)<br />- product_free_shipping_info<br />- product_info<br />- product_music_info<br />- product_reviews<br />- product_reviews_info<br />- product_reviews_write<br /><br /><b>Default: true</b>', @cgi, 100, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Overlay Opacity', 'ZEN_LIGHTBOX_OVERLAY_OPACITY', '0.8', '<br />Controls the transparency of the overlay.<br /><br /><b>Default: 0.8</b>', @cgi, 101, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''[...]

Messaggio di MySQL: Documentazione
#1146 - Table 'scontoso_zc1.configuration' doesn't exist

1 Nov 2012, 6:15 PM
#3286
timhersh avatar

timhersh

Zen Follower

Join Date:
Aug 2008
Posts:
274
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Hello,

I just installed Zen lightbox v1.6 on a fresh install of ZenCart 1.5

Here is a page that will show you the issue

http://ie-proofs.com/domo-online.com/Outboard-Motor-Oil/yamalube-c-4/2m-c-4_11/4-gallons-yamalube-2m-oil-2250-gallon-p-18.html

It will not pull up the images and there is no button to close the popup. I know you can click on it but I thought there would be a close button..

the main problem though is the images are not pulling up, any ideas? Here is my settings

Thanks

Zen Lightbox true
Overlay Opacity 0.8
Overlay Fade Duration 400
Resize Duration 400
Resize Transition false
Initial Width 250
Initial Height 250
Image Fade Duration 400
Caption Animation Duration 400
Display Image Counter true
Close on Image Click true
Close on Overlay Click true
Always show Prev / Next true
Keyboard Navigation true
Close Lightbox 27,88,67
Previous Image 37,80
Next Image 39,78
Gallery Mode true
Include Main Image in Gallery true
EZ-Pages Support true
File Types jpg,png,gif
Close on Overlay Click

If true, the lightbox will close when the overlay is clicked.

Default: false

Date Added: 10/28/2012
Last Modified: 11/01/2012
Designed by Image Excellence

1 Nov 2012, 6:20 PM
#3287
niestudio avatar

niestudio

Zen Follower

Join Date:
Nov 2009
Posts:
285
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

It looks like it's probably related to your file names.
Spaces are bad news and special characters are even worse.
you have both: "image (16).png"

http://dailyseotip.com/how-to-name-your-websites-files/648/

16 Nov 2012, 11:05 PM
#3288
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

two questions for you...is Version: 1.6.4_1.5 able to be used still in version 1.3.9h?

secondly...no matter what I do for my clients store, the lightbox has stopped working on the main product image, it still works on the additional images but not the main one.

link:
http://www.pennylanebridal.com.au/shop/index.php?main_page=product_info&cPath=28_29&products_id=249

version: 1.3.9h

template: Oxford Dark by Picaflor Azul

both of you use a jscript so is there a workaround or a way to meld the two together. I can send you both the jscripts if you need.

17 Nov 2012, 5:31 PM
#3289
niestudio avatar

niestudio

Zen Follower

Join Date:
Nov 2009
Posts:
285
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

did you try version zlb 1.6.2 to see if it worked with your 1.3.9h site?

17 Nov 2012, 9:08 PM
#3290
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

yes I did and not sure what is going on here. another use of this template says that all their templates work with your lightbox out of box. I even went in and replaced the files in case some got corrupted, uninstalled, then reinstalled and still it refuses to work on main image of product, just the additional ones.

the attached is the settings it has and also the main image opens in regular window but waaaaay small

17 Nov 2012, 9:28 PM
#3291
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

disregard the issue please, maybe her host is a poke a long cause as mysteriously as it started, it is functioning proper right now...not five minutes ago but now it is...lol

thanks

20 Nov 2012, 1:44 AM
#3292
endeneu avatar

endeneu

New Zenner

Join Date:
Mar 2010
Posts:
2
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Thanks really cool addon! work like a charm!

21 Nov 2012, 4:40 AM
#3293
saplanet avatar

saplanet

New Zenner

Join Date:
Jun 2008
Location:
Singapore, Australia, America
Posts:
97
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Anyone knows how we can add pinterest to the lightbox? I have that on my wordpress lightbox; and would love to have that on the zen lightbox, because I am using bmz cache images, so if you hit pinterest (share bottons that I have on the product_info page), button, it pins the tiny image. With the pinterest coded into the lightbox, would enble sharing the bigger image.

Attachment 11498

See attached for the pinterest share button on my wordpress lightbox.

25 Nov 2012, 9:09 AM
#3294
millenniumjim avatar

millenniumjim

New Zenner

Join Date:
Jan 2011
Posts:
16
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I installed zen lightbox v1.6.4 into a zen cart v1.5.1. It does not work. Installation went flawlessly and the admin controls appear and are configurable. I ahve two test products in the store but the lightbox option is not activating. The images are still appearing in a popup window, as before. Not sure what to do from here. Is it because the plugin is for zen cart v1.5.0? Not sure what I did, since this was a very easy install...

Thanks for any help you can give' The site can be see here http://www.offbeattees.com/shop

25 Nov 2012, 10:09 AM
#3295
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

MillenniumJim:

I installed zen lightbox v1.6.4 into a zen cart v1.5.1. It does not work. Installation went flawlessly and the admin controls appear and are configurable. I ahve two test products in the store but the lightbox option is not activating. The images are still appearing in a popup window, as before. Not sure what to do from here. Is it because the plugin is for zen cart v1.5.0? Not sure what I did, since this was a very easy install...

Thanks for any help you can give' The site can be see here http://www.offbeattees.com/shop

it would appear that you didi not upload this into your template/jscript folder---the one you have is an older model

jquery-1.4.4.min

did you upload to modules/your template/additional_images.php

not into the main folder but your template's folder in there?

try uploading it and see if that helps.

2 Dec 2012, 8:23 PM
#3296
pablo0713 avatar

pablo0713

New Zenner

Join Date:
Dec 2012
Posts:
3
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Hello,

I am using Zen-Cart 1.5 and Zen Lightbox v1.6.4_1.5. I've noticed with this version and previous versions that product images aren't always displaying. For some products, the product image displays fine. For other products, all I get is a white box with the product name below. Any suggestions as to what may be causing this?

Pablo

2 Dec 2012, 9:00 PM
#3297
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

pablo0713:

Hello,

I am using Zen-Cart 1.5 and Zen Lightbox v1.6.4_1.5. I've noticed with this version and previous versions that product images aren't always displaying. For some products, the product image displays fine. For other products, all I get is a white box with the product name below. Any suggestions as to what may be causing this?

Pablo

a link to your store would be nice to have -- If we can see the store in action it gives us/you a better answer instead of guessing.

Have you checked if the name of the missing images is with a space, too long, to large in kb or size, anything in the name that is not normal characters (special characters/accents)

3 Dec 2012, 11:22 PM
#3298
jana_siegle avatar

jana_siegle

New Zenner

Join Date:
Nov 2012
Location:
New Braunfels,TX
Posts:
8
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

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).

3 Dec 2012, 11:40 PM
#3299
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

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.

**This is incorrect. **You do not upload the 1_install folder. You upload the CONTENTS. Further, not all contents go in to your admin folder.

Try again and see if things don't go better for you. Be patient with yourself and follow the documentation provided. You'll be an old pro in no time :)

Recommendation is to uninstall and then re-install using the instructions found in the readme file:

Download the latest version of Zen Lightbox from:
[http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=273

    ](http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=273)
  ***Extract the contents***  (of zen_lightbox-v1.6.3_1.5-20111231.zip) ***to a temporary location***, keeping the file structure intact. (Note: If you can't open this file try using [7-Zip](http://www.7-zip.org/), it's free!)
    
  
  ***Open*** the **1_Installer_Files** folder
    
  
  ***Rename the following folders to match your template folder name***.
    
    **includes\languages\english\extra_definitions\YOUR-TEMPLATE-FOLDER
    includes\modules\YOUR-TEMPLATE-FOLDER
    includes\templates\YOUR-TEMPLATE-FOLDER**
    
  
  ***Rename the following folder*** to match your admin folder
    **YOUR-ADMIN**

  Upload the entire ***CONTENTS*** of the **1_Installer_Files** folder, includes folder and the images folder to your server, again ***keeping the file structure intact***. (Note: All files make use of the overrides system.)


  Open the **1_SQL** folder and then open the install.sql file in a text editor (not microsoft word) and copy all of the text. Next go to (Admin > Tools > Install SQL Patches) in your Zen Cart admin and paste the contents of install.sql into the text area and then press the send button.
    
  
  **Alternative to step 6.** Open phpMyAdmin for your site and navigate to your database. Choose 'Import' and then 'choose file' and navigate to and select install.sql then choose 'Go'.

Jana Siegle:

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).

4 Dec 2012, 2:38 AM
#3300
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

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).

don't worry about noob questions, we were all there at one time too. take your time, reup the files to their matching folders on your server and when you do/did the sql you should find it list near the bottom of the configuration list of items.