Page 231 of 384 FirstFirst ... 131181221229230231232233241281331 ... LastLast
Results 2,301 to 2,310 of 3833
  1. #2301
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    samgdaniel:

    There seems to be a bug in EP when adding products to an empty store. I have not been able to completely nail this bug as to the cause myself, but to fix it do this:


    After running your update go to: Tools > Store Manager

    Now run:

    Update ALL Products Price Sorter

    and

    Reset ALL Products Master Categories ID

    This should fix your problem. If you are to look at the databases from within phpMyAdmin you should see the products there, just not showing up in your store.

    -cj

  2. #2302
    Join Date
    May 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by Scrat View Post
    samgdaniel:
    What messages do you get when you import ? (ie Updated,New Product etc)
    Are your products set to active?

    As far as I can tell (I have only tested 1.2.5.5 myself) and it seems to work OK
    Scrat, no error messages I even have the EP debugging set to True. My product is active.

  3. #2303
    Join Date
    May 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by chadderuski View Post
    samgdaniel:

    There seems to be a bug in EP when adding products to an empty store. I have not been able to completely nail this bug as to the cause myself, but to fix it do this:


    After running your update go to: Tools > Store Manager

    Now run:

    Update ALL Products Price Sorter

    and

    Reset ALL Products Master Categories ID

    This should fix your problem. If you are to look at the databases from within phpMyAdmin you should see the products there, just not showing up in your store.

    -cj
    Chadderuski

    I ran the Update All Products Price Sorter and Reset All Products Master Categories ID.

    I ran the importer and it says it upload complete. But when I look at the product table through PHPAdmin and also through Zen Cart, I only see my original product that I've entered manually.

  4. #2304
    Join Date
    Jan 2009
    Location
    TN (USA)
    Posts
    6
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I am using 1.3.8

    I just updated my easy populate support and now it has multiple listing (repeated) on the configuration tab. Any ideas as to what I did? How do I get the multiple (repeat) listings off?

  5. #2305
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by samgdaniel View Post
    Chadderuski

    I ran the Update All Products Price Sorter and Reset All Products Master Categories ID.

    I ran the importer and it says it upload complete. But when I look at the product table through PHPAdmin and also through Zen Cart, I only see my original product that I've entered manually.
    Sam,

    What is your default language id? I think I remember seeing an issue if you use something other than english as your default language...

    Ah! Wait. You are using the CSV version or the 1.2.5.4 TAB version? You will need to find the CSV support thread. My comments are for the 1.2.5.4 TAB version. Nor can I speak on the workability of 1.2.5.5 ... seems some people have problems with that.
    Last edited by chadderuski; 19 May 2009 at 05:05 PM. Reason: correction

  6. #2306
    Join Date
    Jan 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I am having problem to load my items using easy populate. Currently I am using
    easy populate 1.2.4
    zen cart 1.3.8

    My php configuration is:
    max_execution_time = 45 ;
    max_input_time = 60 ;
    memory_limit = 96M ;

    Server timeout = 10 seconds.

    I constantly get HTTP Error 502 - Bad gateway error, even just load one item. I don't have problem to download from database.

    It used to work before, but suddenly it's not working. I'm not sure if any server configure changed which affects on this.

    Appreiate any help on this.

  7. #2307
    Join Date
    Jan 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Anybody can help?

    Thanks.

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

    Default Re: Easy Populate support for Version 1.2.5.4

    Having some problems adding new products via Easy Populate 1.2.5.4. and zc 1.3.8a

    Everything works fine when i update my current products already in the DB.

    Problem is when i try and add a new product.

    Here are my steps on how i was doing it.

    1: Download Complete tab-delimited .txt file to edit (Attributes Not Included)

    2. open with Open Office

    3. in the correct fields i add my v_products_model, v_products_image, v_products_name_1, v_manufacturers_name, v_categories_name_1, v_categories_name_2, v_categories_name_3, v_tax_class_title, v_status, EOREOR

    4. save and upload back to easy populate.

    Easy Populate gives me this error:
    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

    my log file says 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 (
    								'products/KLA161_1.jpg','KLA161',
    									'',
    									'1',
    									CURRENT_TIMESTAMP,
    									CURRENT_TIMESTAMP,
    									NULL,
    									'1',
    									'',
    									'',
    									'',
    									'0',
    									'140',
    									'65')

    any suggestions on what is wrong?

  9. #2309
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Do you have any completely empty columns in your tab-delimited text file ? (That is, a column WITHOUT a header and WITHOUT any further content).

    If you "remove" unwanted content (on occasions where it need not be updated by EP) then it's no good to just delete the data in your spreadsheet. The entire column must go... no "blank" columns.

  10. #2310
    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 fairestcape View Post
    Do you have any completely empty columns in your tab-delimited text file ? (That is, a column WITHOUT a header and WITHOUT any further content).

    If you "remove" unwanted content (on occasions where it need not be updated by EP) then it's no good to just delete the data in your spreadsheet. The entire column must go... no "blank" columns.

    there arnt any that are completely empty. i use the one i DL from EZ Populate and just add a product# and catagory. everything else that was originally in the file uploads fine, just the new item

 

 

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