Page 365 of 384 FirstFirst ... 265315355363364365366367375 ... LastLast
Results 3,641 to 3,650 of 3833
  1. #3641
    Join Date
    Jan 2008
    Location
    Herkimer, New York, United States
    Posts
    25
    Plugin Contributions
    0

    Default Re: Easy Populate support

    USing ZenCart 1.3.9h and ezpop 1.2.5.4 after upload categories are showing the wrong product counts. 1 category has 1 product but shows 4 as a count. Others show double the amounts actually in the store.

  2. #3642
    Join Date
    Mar 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: Easy Populate support

    hi all

    im using zen 1.5.0 and ep 1257c , it all work fine on upload etc but the download is struggling on a full download either to pc or temp folder. if i do a model/price/quantity dload it is all ok, a complete csv dload and my screen starts ok but about 20-30 secs in my browser screen just goes white and nothing else happens. i have about 22000 items in my store, it all worked fine initially when i had a few items but now get the error, it will upload ok just not download. ive changed my timout in admin and php.ini but no joy.

    any help appreciated

    thanks

    dessy

  3. #3643
    Join Date
    May 2013
    Location
    Hørsholm, Denmark
    Posts
    5
    Plugin Contributions
    0

    Default Re: Easy Populate support

    I am runing Zen 1.5.1 and easy populate csv for zencart 1.5.x

    I am getting following error message:


    MySQL error 1054: Unknown column 'p.EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
    When executing:
    SELECT
    p.products_id as v_products_id,
    p.products_model as v_products_model,
    p.products_image as v_products_image,
    p.products_price as v_products_price,
    p.products_weight as v_products_weight,
    p.products_last_modified as v_last_modified,
    p.products_date_added as v_date_added,
    p.products_tax_class_id as v_tax_class_id,
    p.products_quantity as v_products_quantity,
    p.manufacturers_id as v_manufacturers_id,
    subc.categories_id as v_categories_id,
    p.products_status as v_status,
    p.metatags_title_status as v_metatags_title_status,
    p.metatags_products_name_status as v_metatags_products_name_status,
    p.metatags_model_status as v_metatags_model_status,
    p.metatags_price_status as v_metatags_price_status,
    p.metatags_title_tagline_status as v_metatags_title_tagline_status, p.EASYPOPULATE_CONFIG_CUSTOM_FIELDS as v_EASYPOPULATE_CONFIG_CUSTOM_FIELDS FROM
    products as p,
    categories as subc,
    products_to_categories as ptoc
    WHERE
    p.products_id = ptoc.products_id AND
    ptoc.categories_id = subc.categories_id

    MySQL error 1054: Unknown column 'p.EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
    When executing:
    SELECT
    p.products_id as v_products_id,
    p.products_model as v_products_model,
    p.products_image as v_products_image,
    p.products_price as v_products_price,
    p.products_weight as v_products_weight,
    p.products_last_modified as v_last_modified,
    p.products_date_added as v_date_added,
    p.products_tax_class_id as v_tax_class_id,
    p.products_quantity as v_products_quantity,
    p.manufacturers_id as v_manufacturers_id,
    subc.categories_id as v_categories_id,
    p.products_status as v_status,
    p.metatags_title_status as v_metatags_title_status,
    p.metatags_products_name_status as v_metatags_products_name_status,
    p.metatags_model_status as v_metatags_model_status,
    p.metatags_price_status as v_metatags_price_status,
    p.metatags_title_tagline_status as v_metatags_title_tagline_status, p.EASYPOPULATE_CONFIG_CUSTOM_FIELDS as v_EASYPOPULATE_CONFIG_CUSTOM_FIELDS FROM
    products as p,
    categories as subc,
    products_to_categories as ptoc
    WHERE
    p.products_id = ptoc.products_id AND
    ptoc.categories_id = subc.categories_id

    MySQL error 1054: Unknown column 'p.EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
    When executing:
    SELECT
    p.products_id as v_products_id,
    p.products_model as v_products_model,
    p.products_image as v_products_image,
    p.products_price as v_products_price,
    p.products_weight as v_products_weight,
    p.products_last_modified as v_last_modified,
    p.products_date_added as v_date_added,
    p.products_tax_class_id as v_tax_class_id,
    p.products_quantity as v_products_quantity,
    p.manufacturers_id as v_manufacturers_id,
    subc.categories_id as v_categories_id,
    p.products_status as v_status,
    p.metatags_title_status as v_metatags_title_status,
    p.metatags_products_name_status as v_metatags_products_name_status,
    p.metatags_model_status as v_metatags_model_status,
    p.metatags_price_status as v_metatags_price_status,
    p.metatags_title_tagline_status as v_metatags_title_tagline_status, p.EASYPOPULATE_CONFIG_CUSTOM_FIELDS as v_EASYPOPULATE_CONFIG_CUSTOM_FIELDS FROM
    products as p,
    categories as subc,
    products_to_categories as ptoc
    WHERE
    p.products_id = ptoc.products_id AND
    ptoc.categories_id = subc.categories_id

    MySQL error 1054: Unknown column 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
    When executing:
    UPDATE products SET
    products_price = '0.0000' ,
    products_image = '02.jpg' ,
    products_weight = '23' ,
    products_tax_class_id = '1' ,
    products_date_available = '' ,
    products_date_added = '2003-11-03 12:32:17' ,
    products_last_modified = CURRENT_TIMESTAMP ,
    products_quantity = '0' ,
    master_categories_id = '4' ,
    manufacturers_id = 'NULL',
    products_status = '1',
    metatags_title_status = '',
    metatags_products_name_status = '',
    metatags_model_status = '',
    metatags_price_status = '',
    metatags_title_tagline_status = '', EASYPOPULATE_CONFIG_CUSTOM_FIELDS='' WHERE ( `products_id` = '1' )
    MySQL error 1054: Unknown column 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
    When executing:
    UPDATE products SET
    products_price = '0.0000' ,
    products_image = 'matrox/DSC_0514.JPG' ,
    products_weight = '0' ,
    products_tax_class_id = '' ,
    products_date_available = '' ,
    products_date_added = '2003-11-03 12:32:17' ,
    products_last_modified = CURRENT_TIMESTAMP ,
    products_quantity = '31' ,
    master_categories_id = '4' ,
    manufacturers_id = 'NULL',
    products_status = '1',
    metatags_title_status = '',
    metatags_products_name_status = '',
    metatags_model_status = '',
    metatags_price_status = '',
    metatags_title_tagline_status = '', EASYPOPULATE_CONFIG_CUSTOM_FIELDS='' WHERE ( `products_id` = '2' )
    MySQL error 1054: Unknown column 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
    When executing:
    UPDATE products SET

    ** and it continues in the same way

    I hope somebody is able to help me fix this issue.

  4. #3644
    Join Date
    Dec 2010
    Location
    Scotland
    Posts
    39
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Can anyone help with this please?

    My install of Easy Populate is working fine, but is missing from the 'configuration' menu.

    I downloaded what looks to be the latest version from http://www.zen-cart.com/downloads.php?do=file&id=868

    I've tried to upload the SQL patch to no avail.

    MySQL v5.0.9
    Zen Cart v1.5.1
    EP v1.2.5.7c

  5. #3645
    Join Date
    Oct 2010
    Posts
    34
    Plugin Contributions
    0

    Default Re: Easy Populate support

    i am not able to do anything. when i try to upload my file i get a message that says...

    an sql error has occured. PLease check your input data for tabs within the fields and delete these...

    Not sure what is going wrong... Please help

  6. #3646
    Join Date
    Sep 2006
    Posts
    53
    Plugin Contributions
    0

    Default Re: Easy Populate support

    I've just installed this mod,and so far I think things are looking good,but I notice a few threads here that are not replied to, and perhaps I can help out:

    Hardy159 => Are you certain you clicked on the install link at the top of the page after visiting the Admin>Tools>EasyPopulate page?

    double-happiness => Do you mean to say the Admin>Tools>EasyPopulate menu? It may have been in configuration in the past, but it is not there now.

    drago => This sounds like a problem with the data you are trying to move, in one of your products, you use a TAB instead of spaces, which may cause problems with some data downloads/uploads. Change the product to use spaces and you should be ok. Yes, I know it may be difficult to find which product this is.

    Ray

  7. #3647
    Join Date
    Sep 2006
    Posts
    53
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Quote Originally Posted by RayDube View Post
    I've just installed this mod,and so far I think things are looking good,but I notice a few threads here that are not replied to, and perhaps I can help out:

    Hardy159 => Are you certain you clicked on the install link at the top of the page after visiting the Admin>Tools>EasyPopulate page?

    double-happiness => Do you mean to say the Admin>Tools>EasyPopulate menu? It may have been in configuration in the past, but it is not there now.

    drago => This sounds like a problem with the data you are trying to move, in one of your products, you use a TAB instead of spaces, which may cause problems with some data downloads/uploads. Change the product to use spaces and you should be ok. Yes, I know it may be difficult to find which product this is.

    Ray

    Upon Further review, double-happiness, you may be looking for the EASY POPULATE 4.0 SUPPORT THREAD, found here:
    http://www.zen-cart.com/showthread.p...sy+Populate+V4

    Ray

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

    Default Re: Easy Populate support

    Yes... You should use EP 4 if your site is based on ZC 1.5.x

    This is a much-improved and advanced version, and has a number of valuable new features and functions. There is a support thread with a link to GITHUB where the latest "edition" of chad's module will be available.

  9. #3649
    Join Date
    Apr 2011
    Location
    UK
    Posts
    54
    Plugin Contributions
    0

    Default Re: Easy Populate support

    hello all i need some help please

    when i try and import my products via this add-on i get an error come up saying

    ADD NEW PRODUCT FAILED! - Model: 633043 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: 633044 - SQL error. Check Easy Populate error log in uploads directory

    when i look in the error file it says this????


    MySQL error 1054: Unknown column 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
    When executing:
    INSERT INTO products SET

    can anyone please tell me what im doing wrong?

    at top of admin page it says

    Warning 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

  10. #3650

    Default Re: Easy Populate support

    I have upgraded from 1.38 tot 1.51. the module is working, but I have no menu options anymore for configuring easy populate. (only in tools --> easy populate)

    How can I make the menu visible again to configure the module, without re-installing or upgrading to other (newer) versions of easy populate?
    Remark: The newer versions do not seem to work when I open the exported file to excel (products get mixed up)

 

 

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