Page 10 of 50 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 3727

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi,

    i know that's probably not an thread related question but i could use some help over here. I am not able to install lightbox v1.5 on my zencart 1.3.8.a

    Click image for larger version. 

Name:	Capture.PNG 
Views:	108 
Size:	8.3 KB 
ID:	11059

    after uploading the files as described at readme i'm installing the sql file both by copying the text and uploading the "install.sql", but i'm getting the above errors and as a result my installation isn't successful.
    Any ideas what should i look for?
    Thanks in advance!

  2. #2
    Join Date
    Mar 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Thanks really cool addon! work like a charm!

  3. #3
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    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.

    Click image for larger version. 

Name:	Screen Shot 2012-11-21 at 12.40.21 PM.jpg 
Views:	249 
Size:	49.9 KB 
ID:	11498

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

  4. #4
    Join Date
    Jan 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    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

  5. #5
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by MillenniumJim View Post
    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.

  6. #6
    Join Date
    Dec 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    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

  7. #7
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by pablo0713 View Post
    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)

  8. #8
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Trying to install Zen Lightbox 1.6.4. onto zc 1.5.1. Original site 1.3.9h. I upgraded database to zc 1.5.1, then clean install of the file set and started adding updated versions of the mods. So far, Canada Post, Column Grid, Product Attribute Grid, IH4, each tested and running. And now Lightbox. This is a test site only, WAMP, Windows 7. Apache 2.2.11. Php 5.3. MySql 5.1.36

    I wasn't able to load the sql either by cut and paste or via PhpMyAdmin paster or import. Running uninstall didn't help before or after. So I deleted all the lightbox statements from the database config and config groups.

    Then, I was able to get the first part of the sql in via phpMyAdmin, but not the last statement:

    Code:
    INSERT INTO `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);
    I tried with and without zen_ prefix on 'admin pages'. I get an error message:

    #1048 - Column 'page_params' cannot be null
    The lightbox actually works, but there is a blank configuration page in the admin.

    Seached forum and googled to no avail. I see one fellow with similar prob solved by reinstalling but I've tried this several times. Any thoughts?

  9. #9
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by soxophoneplayer View Post
    Trying to install Zen Lightbox 1.6.4. onto zc 1.5.1. Original site 1.3.9h. I upgraded database to zc 1.5.1, then clean install of the file set and started adding updated versions of the mods. So far, Canada Post, Column Grid, Product Attribute Grid, IH4, each tested and running. And now Lightbox. This is a test site only, WAMP, Windows 7. Apache 2.2.11. Php 5.3. MySql 5.1.36

    I wasn't able to load the sql either by cut and paste or via PhpMyAdmin paster or import. Running uninstall didn't help before or after. So I deleted all the lightbox statements from the database config and config groups.

    Then, I was able to get the first part of the sql in via phpMyAdmin, but not the last statement:

    Code:
    INSERT INTO `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);
    I tried with and without zen_ prefix on 'admin pages'. I get an error message:



    The lightbox actually works, but there is a blank configuration page in the admin.

    Seached forum and googled to no avail. I see one fellow with similar prob solved by reinstalling but I've tried this several times. Any thoughts?
    You upgraded to 1.5.1 and while you were in the database did you check to see if admin pages table was created

  10. #10
    Join Date
    Feb 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I have a installed of Zen Cart 1.5.1 and upgraded my database from v1.3.9d.

    My old Zen Cart had several mod installed including Lightbox.

    I installed the classic template and reset the layout boxes then installed IH4. Everything is fine at this point and I get no error logs.

    I then transferred the zen_lightbox-v1.6.4_1.5 after remaining the appropriate folders and install the Sql patch using the facility on the Tools menu. At this point I get this error WARNING: An Error occurred, please refresh the page and try again.

    I checked the DEBUG file and it starts with: PHP Fatal error: 1062uplicate entry 'ZEN_LIGHTBOX_STATUS' (I have attached the full file) DEBUG.zip

    The line it mentions 120 says this:
    trigger_error($this->error_number . ':' . $this->error_text . ' :: ' . $this->zf_sql, E_USER_ERROR);

    As far as I can see the result of this error is that the configuration menu is not showing the controls.

    Does anyone know how I can fix this?

    Sorry If this has already been answered but I haven't been able to find it and sorry if I have posted in the wrong forum most of the reply's to my post direct me to a different thread.

    Thanks
    Dawn

 

 
Page 10 of 50 FirstFirst ... 8910111220 ... LastLast

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg