Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2010
    Posts
    17
    Plugin Contributions
    0

    Default Easy Populate with Group Price Per Item

    Getting this error not sure what it means

    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
    in:
    [INSERT INTO configuration_group VALUES ('', 'Easy Populate', 'Config options for Easy Populate', '1', '1')]

  2. #2
    Join Date
    Dec 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Easy Populate with Group Price Per Item

    I get this message

    Easy Populate Configuration Missing. Please install your configuration by clicking here

    then when I click 'here' I get

    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
    in:
    [INSERT INTO configuration_group VALUES ('', 'Easy Populate', 'Config options for Easy Populate', '1', '1')]

    I tried sql patches from install_sql.txt

    INSERT INTO configuration_group VALUES ('', 'Easy Populate', 'Config options for Easy Populate', '1', '1');

    and get this error

    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
    in:
    [INSERT INTO configuration_group VALUES ('', 'Easy Populate', 'Config options for Easy Populate', '1', '1');]

    How do I fix this ?

  3. #3
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    287
    Plugin Contributions
    3

    Default Re: Easy Populate with Group Price Per Item

    Are you still having this problem?

    Check this out regarding integer values with specific server setups as it seems to be related.
    http://www.zen-cart.com/forum/showth...t=63993&page=2

    The workaround could likely be modified to your setup.

  4. #4
    Join Date
    Feb 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Easy Populate with Group Price Per Item

    I had the same problem. MySQL (5?) apparently doesn't like null strings('') for integers on auto_increment fields. Add the 0's below and it should install without an error.

    # Install Easy Populate Configuration v1.2.5.4
    INSERT INTO configuration_group VALUES ('0', 'Easy Populate', 'Config options for Easy Populate', '1', '1');
    UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();
    INSERT INTO configuration VALUES
    ('0', 'Uploads Directory', ...
    ('0', 'Upload File Date Format',...
    ('0', 'Default Raw Time', ...
    ('0', 'Split File On # Records',...
    ('0', 'Maximum Category Depth', ...
    ('0', 'Upload/Download Prices Include Tax',...
    ('0', 'Make Zero Qty Products Inactive', ...
    ('0', 'Smart Tags Replacement of Newlines', ...
    ('0', 'Advanced Smart Tags', ...
    ('0', 'Debug Logging', ...

 

 

Similar Threads

  1. v150 Problem with Easy Populate with Group Price Per Item v1.39
    By kitkitng in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Feb 2012, 06:47 AM
  2. Easy Populate with Group Price on ZC 1.3.9h Not Working
    By rocksolidhq in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 10 Jan 2012, 12:21 PM
  3. Easy Populate with group price per item not working.
    By bobe1997 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 29 Jun 2011, 08:49 PM
  4. Group Pricing per Item with Price by Attribute
    By RFree190 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Mar 2010, 08:30 PM
  5. Easy Populate: Multiple Categories per Item, how to modify item description?
    By ts232 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Dec 2008, 02:21 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR