Page 232 of 384 FirstFirst ... 132182222230231232233234242282332 ... LastLast
Results 2,311 to 2,320 of 3833
  1. #2311
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    i tried doing this as well:

    deleted all colums and only put an item number and a test catagory along with eoreor

    i got 2 errors

    Warning: explode() [function.explode]: Empty delimiter in /home/XXXXXX/public_html/XXXXX/includes/functions/extra_functions/easypopulate_functions.php on line 241

    and

    An SQL error has occured. Please check your input data for tabs within fields and delete these. If this error continues, please forward your error log to the Easy Populate maintainer


    in easypopulate_functions.php line 241 reads:

    Code:
    $date_bits = explode($separator, $excel_date[1]);
    on the bottom of the page where it shows the updates it reads:

    ADD NEW PRODUCT FAILED! - Model: abdef - SQL error. Check Easy Populate error log in uploads directory
    No model field in record. This line was not imported |



    and the error log reads this

    Code:
    MySQL error 1136: Column count doesn't match value count at row 1
    When executing:
    INSERT INTO products (
    						products_image,
    						products_model,
    						products_price,
    						products_status,
    						products_last_modified,
    						products_date_added,
    						products_date_available,
    						products_tax_class_id,
    						products_weight,
    						products_quantity,
    						master_categories_id,
    						manufacturers_id)
    							VALUES (
    								'no_picture.gif','abdef',
    									'',
    									'1',
    									CURRENT_TIMESTAMP,
    									CURRENT_TIMESTAMP,
    									NULL,
    									'',
    									'',
    									'',
    									'',
    									'0',
    									'171',
    									'NULL')

  2. #2312
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Are you sure you are using EP 1.2.5.4 ?

    See my WIKI article:
    http://www.zen-cart.com/wiki/index.php/Easy_Populate
    20 years a Zencart User

  3. #2313
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by schoolboy View Post
    Are you sure you are using EP 1.2.5.4 ?

    See my WIKI article:
    http://www.zen-cart.com/wiki/index.php/Easy_Populate
    hmm interesting. my admin page shows 1.2.5.4, but the file i downloaded and installed says 1.2.5.5

  4. #2314
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    this is the one i downloaded and am using

    http://www.zen-cart.com/index.php?ma...roducts_id=395

  5. #2315
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    it has something to do with the values

    Code:
    MySQL error 1136: Column count doesn't match value count at row 1
    When executing:
    INSERT INTO products (
    products_image,				
    products_model				
    products_price,				
    products_status,				
    products_last_modified,			
    products_date_added,		
    products_date_available,			
    products_tax_class_id,			
    products_weight,			
    products_quantity,			
    master_categories_id,			
    manufacturers_id)
    							
    VALUES (
    'products/KLA160_1.jpg',
    'KLA160',
    '5',
    '1',
    CURRENT_TIMESTAMP,
    CURRENT_TIMESTAMP,
    NULL,
    '1',
    '',
    '',
    '0.1',
    '20',
    '140',
    '67')
    12 colums and 14 vlaues

    everything it finds is between '. so i am assuming where it says CURRENT_TIMESTAMP, is where the error it is coming from.

    what do i do from here?
    Last edited by ams30gts; 25 May 2009 at 12:38 AM.

  6. #2316
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    ok just found out that the 2 values with nothing in them are the msrp and cost fields.

    how do i make it so that it does look for them when adding new products?


    sure wish i could delete my older posts so people dont get confused. dont know why i can even edit them after a few minutes

  7. #2317
    Join Date
    May 2009
    Posts
    8
    Plugin Contributions
    0

    Default EasyPopulate: No model field in record. This line was not imported

    Langer,

    When I try insert EP file in "Easypopulate",
    It says:

    No model field in record. This line was not importedMeradian2. | One Treatm | It is not | | | | | 60 | 0 | | 4/27/2009 | 2 | | Treatment | | | | | | | --none-- | 1 |
    SKIPPED! - Model: - No category provided for this product | | | | | | | | | | | | | | | | | | | | | |

    What I do wrong?
    Thanks a lot

  8. #2318
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    fixed it.

    needed to add msrp and cost around line 1921 in admin/easypopulate.php

    all works now

  9. #2319
    Join Date
    May 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I'm having problems when I load attributes. I exported the current attributes changed them and re-uploaded them. All works great except when a attribute has a negative value (That attribute should subtract from the price) When I put in a negative value it adds another negative sign in the attributes controller and so it because positive. I can't figure out how to get around that. Has anyone else had this issue?

  10. #2320
    Join Date
    Jun 2004
    Posts
    184
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi!

    I have a query in regards to EasyPopulate and the updating of stock!

    I have about 200 items, about 100 of which have attributes - I have gone through and added stock to each of the size attributes for the items that have attributes.

    I now just need to add stock to those items that do not have attributes - just the product and stock.

    If I use EP and add stock quantity to only the products that have no attributes will the items that have attributes retain the stock I have already added.

    eg:
    Currently:
    Item 1 (Size 1) - I have qty 2
    Item 1 (Size 2) - I have qty 2

    (Added these manually as they have stock attributes Size 1 and 2)

    If I use EP and change stock levels for say Item 2 which has no attributes, will Item 1 retain the stock I have already entered, or do I have to remove those items from the EP upload altogether.

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. v139h Easy Populate Free vs. Easy Populate Paid
    By fabienne in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Apr 2012, 02:37 PM
  4. Easy Populate support for Version 1.2.5.4 issue
    By txcharms in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 07:35 PM
  5. Easy Populate From osc vs. Easy Populate Free - from langer / modhole
    By relix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2009, 04:38 PM

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