Page 239 of 373 FirstFirst ... 139189229237238239240241249289339 ... LastLast
Results 2,381 to 2,390 of 3726
  1. #2381
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    in the one that is does not show under config menu--- did you get any errors when installing the sql?

    did you install the sql from store admin or from phpmyadmin and did you remember to add the table prefix if any?


    Quote Originally Posted by jeffrey_davis View Post
    This thread (though 238 pages long) seemed like the best place to post... :-)

    I just installed Zen Lightbox on my dev environment and on my hosting environment (GoDaddy, yes, I know, I know but it's what I have to work with at his time) . Both environments are 1.3.9h. My dev worked great and yet my hosting environment install has Zen Cart working just fine but the lightbox is not working.

    What is strange is that the Zen Lightbox menu item under Configuration in the Zen Cart admin isn't there on the hosting environment. I have checked the file install three times and even looked at the MySQL tables and they match.

    No idea why it is still not working...

    Any ideas?


    Thanks,

    Jeff

  2. #2382
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    DarkAngel, thanks for the hints. There were errors so I uninstalled and reinstalled the sql for Lightbox and it seemed to go fine - until I checked the full tables spaces in each environment which helped me figure out why this is happening. The GoDaddy install creates the MySQL database (93 tables) with every single table name prepended with "zen_"!

    The Zen Lightbox install.sql file was writing to the original tables (without the "zen_" added) that I had uploaded from my dev environment. Once I edited the install.sql file for Lightbox to write to the "zen_" tables, it worked.

    Which means I now have 186 tables in my database. I can probably delete the original 93 since they are not being used but why does GoDaddy or any other host modify the table space anyway? Any Add-on SQL script will need to be modified to make the install work - as in this case...


    Hmm...


    Jeff

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by jeffrey_davis View Post
    DarkAngel, thanks for the hints. There were errors so I uninstalled and reinstalled the sql for Lightbox and it seemed to go fine - until I checked the full tables spaces in each environment which helped me figure out why this is happening. The GoDaddy install creates the MySQL database (93 tables) with every single table name prepended with "zen_"!

    The Zen Lightbox install.sql file was writing to the original tables (without the "zen_" added) that I had uploaded from my dev environment. Once I edited the install.sql file for Lightbox to write to the "zen_" tables, it worked.

    Which means I now have 186 tables in my database. I can probably delete the original 93 since they are not being used but why does GoDaddy or any other host modify the table space anyway? Any Add-on SQL script will need to be modified to make the install work - as in this case...

    Hmm...

    Jeff
    glad it worked. some hosts do that especially if you used their istallation software...i always manually upload and install---and still sometimes something goes wrong lol

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by jeffrey_davis View Post
    Which means I now have 186 tables in my database. I can probably delete the original 93 since they are not being used but why does GoDaddy or any other host modify the table space anyway?
    Not the place to discuss the merits of using a table prefix (which BTW is the default option when installing Zen Cart), but I will say this, this last part is not true..
    Quote Originally Posted by jeffrey_davis View Post
    Any Add-on SQL script will need to be modified to make the install work - as in this case...
    When installing Zen Cart addd-ons, if the SQL is written correctly you should be able to run it via the Zen Cart Admin's SQL update tool and it will properly add the table prefixes
    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.

  5. #2385
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Though I am not a newbie to database structures (admittedly old-school - yes I programmed with punch cards freshman year in college), I certainly am a newbie to both PHP and Zen Cart so I do appreciate the info.

    I stand corrected on both counts... http://www.zen-cart.com/forum/images...s/big_grin.gif


    Thanks again for the help!

    Jeff

  6. #2386
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I really like how this mod works, but I'm having one SERIOUS problem.
    I have an English/French website.
    In English, everything works as planned.
    in French, not only does it not work at all, it hides ALL my images.
    I have duplicated all the english folders to the french, so I have
    includes/templates/My_Template/buttons/...english and french
    includes/languages/.... english and french

    Is there something I'm missing?

  7. #2387
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Luxifer View Post
    I really like how this mod works, but I'm having one SERIOUS problem.
    I have an English/French website.
    In English, everything works as planned.
    in French, not only does it not work at all, it hides ALL my images.
    I have duplicated all the english folders to the french, so I have
    includes/templates/My_Template/buttons/...english and french
    includes/languages/.... english and french

    Is there something I'm missing?
    The problem is with tpl_modules_main_product_image.php. If I rename that, I get my pictures back. But of course then the lightbox doesn't work.
    I don't see anywhere there that it uses any language-specific code, tho.

  8. #2388
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi all, just wondering what the latest stable release of Zen Lightbox is? i downloaded it from the Add-ons section last night, installed it, and it turned out to be version 1.5

    Trawling this thread found me version 1.6b - I d/loaded and installed that instead.

    Reading further on I found an updated link - 1.6b2

    So.. what exactly is the latest version?

    Thank you,

    Scott.
    Donation made. Enjoy those donuts! :-)

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by Scott_C View Post
    Hi all, just wondering what the latest stable release of Zen Lightbox is? i downloaded it from the Add-ons section last night, installed it, and it turned out to be version 1.5

    Trawling this thread found me version 1.6b - I d/loaded and installed that instead.

    Reading further on I found an updated link - 1.6b2

    So.. what exactly is the latest version?

    Thank you,

    Scott.
    I have version 1.6.1, which I would guess would be that 1.6b2

  10. #2390
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    I have version 1.6.1, which I would guess would be that 1.6b2
    Thanks. Much appreciated.
    Donation made. Enjoy those donuts! :-)

 

 

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