Results 1 to 10 of 30

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    68
    Plugin Contributions
    0

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

    Reesey,
    as was explained above the problem is the configure ID
    its trying to use 300 and its already in use

    try this

    Code:
    INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES ('', 'Quick Updates', 'Here you can configure what you will be able to modify in Quick Updates.', '300', '1');
    by using '' rather than an number it will auto increment

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

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

    Hi, thanks for your reply.
    300 isnt being used by anything else as I ran the docs suggestion above first

    I tied your suggestion and it worked, any suggestion as for the rest of it as I still get the same error....
    ERROR: Cannot insert configuration_key "" because it already exists

    Thanking you in advance.

 

 

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