Page 184 of 373 FirstFirst ... 84134174182183184185186194234284 ... LastLast
Results 1,831 to 1,840 of 3726
  1. #1831
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by badger64 View Post
    There u go hope this helps thx.

    yes it did sweety,

    as I suspected the name of your database is the part that ends with zc1 but the tables are not that prefix...they should be the zen_

    that is what is directly in front of the name of each individual table.

    try your code with the zen_ as the prefix. post back with results...try in admin and if it doesn't work then try database sql tab

    thanks

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

    Default Re: Zen Lightbox...

    Hi DarkAngel

    Sorry took so long lost the thread don't come up in my user cp for some unknown reason. anyway..

    I'm confused now because all the tables are already showing the zen_ prefix at the front in screenshot so I'm not sure wot you mean ?? sorry

    Rgds

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

    Default Re: Zen Lightbox...

    what i mean is in the code you copy/pasted to install the SQL you must enter zen_ prefix in 4 different areas prior to pasting it into either admin or phpmyadmin for installation.

    that is why it was telling you that you did not have that table...you were using the database name NOT the prefix to the tables.

    these are the first 8 lines of the sql installer and in read is where you must insert the zen_ prefix:

    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 `zen_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

  4. #1834
    Join Date
    Mar 2010
    Posts
    41
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi DarkAngel

    Thx very much for that, I understand now you put it that way. The reason for the zen prefix was because it was one of the free scripts offered but my hosting company and if you chose it it gets installed automatically for you. so what I did was download the package myself and uploaded it via ftp and now it works great thankyou very much for your help. loving this script more and more each day. excellent job done by all thankyou.

    Best Regards
    Badger64

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by badger64 View Post
    Hi DarkAngel

    Thx very much for that, I understand now you put it that way. The reason for the zen prefix was because it was one of the free scripts offered but my hosting company and if you chose it it gets installed automatically for you. so what I did was download the package myself and uploaded it via ftp and now it works great thankyou very much for your help. loving this script more and more each day. excellent job done by all thankyou.

    Best Regards
    Badger64
    huggies are always welcome...lol

    sometimes it just takes explaining something in plain simple english..sometimes I tend to get too simple with an explanation but it helps.

    glad you got it to work, i love lightbox totally and coupled with image handler2 is wonderful.

  6. #1836
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I'm getting this error message when installing the sql (into the zen sql input box).

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE configuration_group SET sort_order = LAST_INSERT_ID() WHERE configuration' at line 11
    in:

    I'm using zen 1.3.8a

    php 5.2.13

    MySQL client version: 5.1.30

    I've used this same script on other carts on this same server I don't understand why the problem now. Any ideas?

    thanks
    BB

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

    Default Re: Zen Lightbox...

    when you copy paste the coding into the sql installer make sure you get everything.

    make sure you have the right prefix--if any

    if it doen't work in admin then use phpmyadmin

  8. #1838
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Thanks DarkAngel

    That did the trick. I was a little squeamish about entering directly into phpmyadmin input box, but I'm over it now. LOL

    Your examples showed where to add the prefix, but how does one know where a pre-fix is needed if an sql file doesn't have them and I need to do that through phpmyadmin again?

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

    Default Re: Zen Lightbox...

    LOL, good question

    usually if you are the one that installed it to begin with then you will know what, if any, prefix you added to the database you created.

    If another persone installs it then chances are they have access to your database or server files via c-panel?? and you can get the information from them otherwise just take a peek at the configuration file (includes/configuration.php) for the store and it will be listed towards the bottom.

    That is why any software you install you want to do all possible to also install the security updates for a hacker can get to this file, and get access to your stuff..

  10. #1840
    Join Date
    Mar 2010
    Location
    Green Bay, WI
    Posts
    360
    Plugin Contributions
    1

    Default Re: Zen Lightbox...

    I'm having some issues with getting light box working. The images show up but no light box.
    Forums are for helping people!! if you don't want to help people then shut up and get off the forum!

 

 

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