Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Kill Devil Hills, NC
    Posts
    20
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Success...but only after a lot of experimentation. I wont go into all the details, but what you suggested did not work for me. After running several modified install attempts based on the errors I was getting, I finally figured out the only thing I needed to change in the script was the SELECT command line to insert the zen_ prefix. The script was run directly from the SQL Query Executor box.

    SELECT @cgi := `configuration_group_id` FROM `configuration_group` WHERE `configuration_group_title` = 'Zen Lightbox';
    was changed to:

    SELECT @cgi := `configuration_group_id` FROM `zen_configuration_group` WHERE `configuration_group_title` = 'Zen Lightbox';

    I think I could safely say that if someone runs the unmodified script, and gets the following error, then the fix above should work...but I'll leave that to those more experienced to confirm.

    1146 Table 'your_database.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

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

    Default Re: Zen Lightbox...

    thanks for the info, many have had trouble and many have been aided with the info I and others have given and it is my realization that no two places will have the same mistake all the time...I know I have since installed this on several stores now with no trouble what so ever, yet on my own it pitched a fit.

  3. #3
    Join Date
    Sep 2009
    Location
    Kill Devil Hills, NC
    Posts
    20
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Yes...I appreciate all the help folks from this forum have given me while getting my site configured. There is no way I could have gotten as far as I have without folks like you. You're a great bunch. I thank you all.

    Tim

 

 

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