Results 1 to 10 of 30

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Anyone any good at SQL? Can you help?

    Quote Originally Posted by Reesy
    That is the problem, im not sure, I found it on zenportali because the downloads werent available here at the time (I notice theyre back up now )

    As it is a general sql issue I thought id post to see if anyone could help.
    As I recall it, portali is the one who contributed it. ....



    Moving this post to the contributions area.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #2
    Join Date
    Mar 2005
    Posts
    561
    Plugin Contributions
    4

    Default Re: Problems with QuickUpdates installation

    Ok heres what I have tried in myphpadmin...

    Made sure nothing is using ID-300...
    Code:
    SELECT configuration_group_title FROM configuration_group where configuration_group_id = 300;
    MySQL returned an empty result set (i.e. zero rows). (Query took 0.0006 sec)

    Trying to add it one line at a time....

    Code:
    INSERT INTO configuration_group (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('300', 'Quick Updates', 'Here you can configure what you will be able to modify in Quick Updates.', '300', '1');
    Inserted rows: 1
    Inserted row id: 300 (Query took 0.0502 sec)

    INSERT INTO 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
    ('', 'Display the model.', 'QUICKUPDATES_DISPLAY_MODEL', 'true', 'Enable/Disable the model displaying', 300, 1, '2003-06-04 05:04:11', '2003-06-04 04:18:06', NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');

    Inserted rows: 1
    Inserted row id: 798 (Query took 0.0091 sec)

    edited a very lonnnnnnnnnnng post to say doing it this way WORKED!!!!!!
    (strange because when I tried it all together it didnt like it)
    HURRAH!

    Thank you for your patience Chris, greatly appreciated.

 

 

Similar Threads

  1. Problems with installation
    By bmw2182 in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 1 Aug 2008, 05:32 PM
  2. Problems with XAMPP installation
    By Marlake in forum Installing on a Windows Server
    Replies: 6
    Last Post: 26 Mar 2008, 07:11 PM
  3. How to get Group Pricing (per Item) to work with QuickUpdates?
    By Gamer in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 14 Feb 2008, 04:22 PM
  4. Problems with Installation
    By monicagallien in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 29 Jun 2006, 10:56 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