Page 338 of 373 FirstFirst ... 238288328336337338339340348 ... LastLast
Results 3,371 to 3,380 of 3726
  1. #3371
    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

  2. #3372
    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.

  3. #3373
    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

  4. #3374
    Join Date
    Jul 2012
    Posts
    16,798
    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...

  5. #3375
    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?

  6. #3376
    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.

  7. #3377
    Join Date
    Jul 2012
    Posts
    16,798
    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...

  8. #3378
    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?

  9. #3379
    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?

  10. #3380
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Zen Lightbox addon [Support Thread]

    Quote Originally Posted by DannyVarley View Post
    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?
    Be glad to help, but I think if you provided more information then I or someone else could help you.

    Looking at how Zen Lightbox operates on a site I manage (and without looking at the code changes of the addin), the only time the lightbox operation is activated is from the product page, so if you were to install the application per the authors instructions you would have what you need. If I am wrong and it is installed to activate under other areas of the site and that was not desired, then I would think that by not updating the applicable template areas then it would be limited down to just those modified.

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR