Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by MrsDusty View Post
    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
    Run the uninstall SQL and then try running the install SQL again..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #2
    Join Date
    Jun 2013
    Location
    United Kingdom
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi All

    Just installed zen lightbox 1.6xx and i am having an issue, where I have put images into different folders, it seems that zencart is not seeing the / to the correct directory for some of my products.

    Example
    http://www.beadingmadnow.com/index.p...roducts_id=183

    Can someone point me to which piece of code that needs editing.

    Many THanks

    David

  3. #3
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Zen Lightbox...

    Quote Originally Posted by beadingmad View Post
    Hi All

    Just installed zen lightbox 1.6xx and i am having an issue, where I have put images into different folders, it seems that zencart is not seeing the / to the correct directory for some of my products.
    What version of ZC are sing?

    Quote Originally Posted by beadingmad View Post
    Server gives a 404 File not found error.

    Quote Originally Posted by beadingmad View Post
    Can someone point me to which piece of code that needs editing.

    Many THanks

    David
    My guess is that there is something else going on with your base code. Lightbox pretty much just steps in during the picture presentation to put the identified picture on the screen, not to rename/recreate the path to it. May need to roll back to previous install, try reinstalling or checking those values again at the page(s).
    May have had a bad upload (of a good download), so try to place the files on your server again taking note of the many discussions in the ZenCart forums about using a "good" ftp program. (At least one. That doesn't drop files as it uploads.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by beadingmad View Post
    Hi All

    Just installed zen lightbox 1.6xx and i am having an issue, where I have put images into different folders, it seems that zencart is not seeing the / to the correct directory for some of my products.

    Example
    http://www.beadingmadnow.com/index.p...roducts_id=183

    Can someone point me to which piece of code that needs editing.

    Many THanks

    David

    Your site is pretty but I think what is going on is this, the actual link to your images

    yours: images/beads\D06478.jpg

    should be: images/beads/D06478.jpg

    If you change your link --- possibley when you added them to the individual product page description in admin --- the images may appear. When you entered the information, did you see them in the preview prior to finalizing?

  5. #5
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    Your site is pretty but I think what is going on is this, the actual link to your images

    yours: images/beads\D06478.jpg

    should be: images/beads/D06478.jpg

    If you change your link --- possibley when you added them to the individual product page description in admin --- the images may appear. When you entered the information, did you see them in the preview prior to finalizing?
    This sounds like an issue with the configure.php file.. that's where the incorrect slash is probably coming from..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #6
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    Your site is pretty but I think what is going on is this, the actual link to your images

    yours: images/beads\D06478.jpg

    should be: images/beads/D06478.jpg

    If you change your link --- possibley when you added them to the individual product page description in admin --- the images may appear. When you entered the information, did you see them in the preview prior to finalizing?
    Now there is no slash between the subdirectory beads and the filename. Unless there is some odd listing in the configure.php file it would seem that the issue is in the code (modified I'm sure) that builds the link for the user. I looked through other areas of the site, some have images not in the beads directory and those display properly; however, those in the beads directory do not have a properly created file path. It is because not all images are in the beads directory that I don't think the configure.php file is the problem.

    As DarkAngel pointed out, a forwards slash that goes from lower left corner to upper right may be what is needed. (This is the key typically (on US keyboard) next to the lower right shift key and NOT the one above the enter/return key). My guess is if you switch back to the classic view, these links will probably be correctly shown (although some of the template dependent addons will not be), and you can compare template code to determine the error in your current template. That said, it seems like the errant location was found as I do not see the backwards slash as pointed out by the previous two reviewers. So whatever was done to remove the backslash, go back there and put in a forwards slash as described above.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Dec 2011
    Posts
    287
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi there,

    Im trying to get the lightbox to appear on the product listing pages.

    I think I need to simply include the source of the image on the template files.

    Can anyone help?

  8. #8
    Join Date
    Dec 2011
    Posts
    287
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I am wanting to show the lightbox on the product listing pages.

    I think I only need to show the source on the product listing pages,

    Anyone help me?

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

    Default Re: Zen Lightbox...

    in the zip includes/modules/pages/

    there is the file that you put into the product info folder ( jscript_zen_lightbox.php ) ... just put that sme file into any other one you want the lightbox to work in like these:

    popup_image
    popup_image_additional
    products_all
    products_new

    then you will have the lightbox working in there too.

    I hope that is what you were asking about.

    AND PLEASE try not to post so close together, to give us time in our REAL llife time to get in here to answer

  10. #10
    Join Date
    Aug 2013
    Posts
    49
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Good day, Everybody,

    I just installed Fual Slim Box and over it installed Zen Lightbox . The issue I have is that when I upload more than one image for a product I:

    (a) do not have a gallery of images through which I can go in Zen Lightbox popup window (I suppose there must be arrows to the left and right to move left and right through my gallery); and
    (b) have the same old default popup windows popping up when I click on those additional images for my product that are located below the main image of my product (I suppose they override the Zen Lightbox code somehow);

    This issue only occurs when a product has more than one image since if there only one image for a product Zen Lightbox is triggered.

    Thank you for you thoughts on how to fix this.

 

 

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