Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    End get message:

    1146 Table 'kavanali_zencart.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]


    What to do?
    Please help!

  2. #2
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by kobra8 View Post
    End get message:

    1146 Table 'kavanali_zencart.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]


    What to do?
    Please help!
    We've discussed this quite a bit recently, see if this post helps you

  3. #3
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    We've discussed this quite a bit recently, see if this post helps you
    Hi, I do everiting what write in thet post end I get message in my ZC admin, see picture. What is thet?
    Attached Images Attached Images  

  4. #4
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by kobra8 View Post
    Hi, I do everiting what write in thet post end I get message in my ZC admin, see picture. What is thet?
    Did you follow the part to open [includes/configure.php] and look for the line
    Code:
    define('DB_PREFIX', 'yourPrefixHere_');
    if so what did the part in red say?

    daniel

  5. #5
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Did you follow the part to open [includes/configure.php] and look for the line
    Code:
    define('DB_PREFIX', 'yourPrefixHere_');
    if so what did the part in red say?

    daniel
    The part in red is:
    define('DB_PREFIX', 'zen_');

  6. #6
    Join Date
    May 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    do i have to change the configure.php to the one noted...like zen instead of znc? i am confused.

    i will check again the stylesheets and the installation i made if i forgot something. thanks for all your help.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by elaineben View Post
    do i have to change the configure.php to the one noted...like zen instead of znc? i am confused.

    i will check again the stylesheets and the installation i made if i forgot something. thanks for all your help.
    you need to change the sql installation file to have that as part of the coding for it to work or go to myphpadmin for installing directly into the database if you can't get it to work in admin of store

    there are 4 places to change---see in red

    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

  8. #8
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by kobra8 View Post
    The part in red is:
    define('DB_PREFIX', 'zen_');
    Did you copy and paste the install script into zc admin or use the upload button?

    Other users have had better luck with copy/paste.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Did you copy and paste the install script into zc admin or use the upload button?

    Other users have had better luck with copy/paste.
    I NEVER use upload.. Only copy/paste.. Works every time..

    Quote Originally Posted by DarkAngel View Post
    you need to change the sql installation file to have that as part of the coding for it to work or go to myphpadmin for installing directly into the database if you can't get it to work in admin of store
    Should be NO reason why anyone would need to manually modify this script and run it in phpAdmin.. That said making the changes you suggest will only work if you run if you are running the script in phpAdmin.. If you add the prefix as you suggest and run the script in the store admin, the script will fail or cause errors.
    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.

  10. #10
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Did you copy and paste the install script into zc admin or use the upload button?

    Other users have had better luck with copy/paste.
    I have copy and paste the install script into zc admin.

 

 

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