Page 1 of 2 12 LastLast
Results 1 to 10 of 3727

Hybrid View

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

    Default Re: Zen Lightbox...

    @dimascus:

    go to your database and take a screenshot of your tables...nothing else is needed just the actual tables. post it here and then we can take it from there.

    @Robert_nz:

    this doesn't touch your pages it just adds a few files.

    did you install it or someone else
    is it showing in admin/configuration
    any error messages when installed
    what themplate is used in store

    link to store would be helpful for the ones with even more experience

    PS: guys, I did not create this little mod, I love it and even though I do not have the additional images like all others do I just give advice for the same things I have gone thru with the installation and making it behave. I wish I had created it....but tips to my paypal are still accepted...lol <---just kidding

    Happy Holidays <---that part is serious.

  2. #2
    Join Date
    Jan 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Zen Lightbox...



    Thanks for your help and time DarkAngel and sorry, I read it wrong. I meant to say thanks to the original creator... :\


    Quote Originally Posted by DarkAngel View Post
    @dimascus:

    go to your database and take a screenshot of your tables...nothing else is needed just the actual tables. post it here and then we can take it from there.


    PS: guys, I did not create this little mod, I love it and even though I do not have the additional images like all others do I just give advice for the same things I have gone thru with the installation and making it behave. I wish I had created it....but tips to my paypal are still accepted...lol <---just kidding


    Happy Holidays <---that part is serious.

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

    Default Re: Zen Lightbox...

    well the prefix is right so next question...

    are you attempting to install from the store admin section or the database

  4. #4
    Join Date
    Mar 2009
    Location
    Peterborough UK
    Posts
    336
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi Darkangel
    Thanks for the reply - Im still a little confused as to what I need to change. I understand that I need to change the red areas which you highlighted however what should I be changing them to.

    Im sorry if this is a kind of dumb question but am kind of lost

    thanks

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

    Default Re: Zen Lightbox...

    @abs007:

    there is no such thing as a dumb question except the one you keep to yourself. If we all knew exactly what to do then we would not be here helping each other...lol

    1. you need to look at your database (see the one that is pictured in the above post) to see what your prefix (the part in red of my post) to your tables is.

    2. that is what you replace my red words with.

    Then after you fix your install file you upload it either through the database or through store admin section.

    @Dimascus:

    yay you got it done!!!


    @abs007:

    the only problem is that not everyone has the same prefix to their database tables. Which seems to be the main part of the problems found here. plus like me, I could not get it to install from the store admin section, I had to install it via the database

  6. #6
    Join Date
    Mar 2009
    Location
    Peterborough UK
    Posts
    336
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    @abs007:

    there is no such thing as a dumb question except the one you keep to yourself. If we all knew exactly what to do then we would not be here helping each other...lol

    1. you need to look at your database (see the one that is pictured in the above post) to see what your prefix (the part in red of my post) to your tables is.

    2. that is what you replace my red words with.

    Then after you fix your install file you upload it either through the database or through store admin section.

    @Dimascus:

    yay you got it done!!!


    @abs007:

    the only problem is that not everyone has the same prefix to their database tables. Which seems to be the main part of the problems found here. plus like me, I could not get it to install from the store admin section, I had to install it via the database
    Hi dark angel
    thank you ever so much for your help. I still can not manage to get it to work. Heres wht I did

    I replaced all the red coding in your previous post to my database so it reads

    INSERT INTO `abs007_zc4_configuration_group` VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1');
    UPDATE `abs007_zc4_configuration_group` SET `sort_order` = LAST_INSERT_ID() WHERE `configuration_group_id` = LAST_INSERT_ID();

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

    INSERT INTO `abs007_zc4_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


    This is the error that I am getting

    1146 Table 'abs007_zc4.abs007_zc4_configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM abs007_zc4_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.

    not too sure what im doing wrong. I got the database name from my configure.php file

    thanks

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by abs007 View Post
    not too sure what im doing wrong. I got the database name from my configure.php file

    thanks
    That may be the trouble...

    you wrote:abs007_zc4_configuration_group

    I think that it should read: zc4_configuration_group

    what you entered is the database name but not the table prefix, this is why I ask everyone to take a screen shot of the database tables.

    when you go to your mysql manager (myPhpadmin for some) you will see the name of the database in the list (if you have more than one database), clicking the name will show you all the tables in a list

    look at the tables and see what is written immediately in front of them---that is the prefix

    take a screen shot of yours---tables only then post it to verify the prefix...

    then we can take it from there

  8. #8
    Join Date
    Jan 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Right from the admin. I havent wanted to try the database yet as many people still have the same problem. How would even put it in the DB myself?



    Thanks again.


    Quote Originally Posted by DarkAngel View Post
    well the prefix is right so next question...

    are you attempting to install from the store admin section or the database

  9. #9
    Join Date
    Jan 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Got it working finally... 1 thing was missing for some reason in my sql code. It works now... what a headache... lol

    Thanks for all your time DarkAngel.

  10. #10
    Join Date
    Dec 2009
    Posts
    35
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    How did you do it?

    Quote Originally Posted by Dimascus View Post
    Got it working finally... 1 thing was missing for some reason in my sql code. It works now... what a headache... lol

    Thanks for all your time DarkAngel.

 

 
Page 1 of 2 12 LastLast

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