Page 353 of 363 FirstFirst ... 253303343351352353354355 ... LastLast
Results 3,521 to 3,530 of 3624
  1. #3521

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    1. Login to admin. OK. Yes/ no?
    2. Tools->Easy Populate 4. OK. Yes/ no?
    3. Export all product. Ok. Yes/No?
    4. Upload file.ok. Yes/ no?
    5. Import file. OK. Yes/ no?

    If no, explain what you see.
    And the bugs in log as here:

    -------------------------------------------
    [17-Jul-2023 10:21:19 UTC] PHP Fatal error: Uncaught Error: Undefined constant "EP4_DB_FILTER_KEY" in /....../public_html/heelsbags/admin/easypopulate_4.php:23
    Stack trace:
    #0 /....../public_html/heelsbags/admin/index.php(11): require()
    #1 {main}
    thrown in /....../public_html/heelsbags/admin/easypopulate_4.php on line 23

    [17-Jul-2023 10:21:19 UTC] Request URI: /admin/index.php?cmd=easypopulate_4, IP address: 240e:381:2763:9f00:ac1a:80d:306b:e5e8
    --> PHP Fatal error: Uncaught Error: Undefined constant "EP4_DB_FILTER_KEY" in /....../public_html/heelsbags/admin/easypopulate_4.php:23
    Stack trace:
    #0 /....../public_html/heelsbags/admin/index.php(11): require()
    #1 {main}
    thrown in /....../public_html/heelsbags/admin/easypopulate_4.php on line 23.

  2. #3522
    Join Date
    Jul 2012
    Posts
    16,753
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by targetmarts View Post
    And the bugs in log as here:

    -------------------------------------------
    [17-Jul-2023 10:21:19 UTC] PHP Fatal error: Uncaught Error: Undefined constant "EP4_DB_FILTER_KEY" in /....../public_html/heelsbags/admin/easypopulate_4.php:23
    Stack trace:
    #0 /....../public_html/heelsbags/admin/index.php(11): require()
    #1 {main}
    thrown in /....../public_html/heelsbags/admin/easypopulate_4.php on line 23

    [17-Jul-2023 10:21:19 UTC] Request URI: /admin/index.php?cmd=easypopulate_4, IP address: 240e:381:2763:9f00:ac1a:80d:306b:e5e8
    --> PHP Fatal error: Uncaught Error: Undefined constant "EP4_DB_FILTER_KEY" in /....../public_html/heelsbags/admin/easypopulate_4.php:23
    Stack trace:
    #0 /....../public_html/heelsbags/admin/index.php(11): require()
    #1 {main}
    thrown in /....../public_html/heelsbags/admin/easypopulate_4.php on line 23.
    Sorry for the significant delay.

    Obtain latest copy from: GitHub - mc12345678/EasyPopulate-4.0 at CSV-delimiter-catalog-message-correct

    The direct zip file download link is: https://github.com/mc12345678/EasyPo...ge-correct.zip

    Then load files, Access menu and perform install.
    Then, go to configuration->EasyPopulate 4
    Change setting for "Import Language Override" - language_code_only

    to *any* other value.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3523

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Sorry for the significant delay.

    Obtain latest copy from: GitHub - mc12345678/EasyPopulate-4.0 at CSV-delimiter-catalog-message-correct

    The direct zip file download link is: https://github.com/mc12345678/EasyPo...ge-correct.zip

    Then load files, Access menu and perform install.
    Then, go to configuration->EasyPopulate 4
    Change setting for "Import Language Override" - language_code_only

    to *any* other value.
    Ok,Thank you very much .
    And the code maybe too naughty,i upload a data file,and import 268 items,then display error:
    SKIPPED! - v_products_model: 20230710269 - No category provided for this new product importing with: language_code_only
    SKIPPED! - v_products_model: 20230710270 - No category provided for this new product importing with: language_code_only
    ........

    sure i have tried to check the data in file,sure it right,and there imported more items with same category,but it stop and display this error now.
    and i sure i have try to fix any data file,and it always display this error,and i sure i have checked the category and it in my shop.
    maybe have quantitative restriction in code?
    Last edited by targetmarts; 20 Jul 2023 at 02:31 PM.

  4. #3524
    Join Date
    Jul 2012
    Posts
    16,753
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    For your first problem:

    Quote Originally Posted by mc12345678 View Post
    Then, go to configuration->EasyPopulate 4
    Change setting for "Import Language Override" - language_code_only

    to *any* other value.
    For example, change "Import Language Override" from language_code_only *to* language_id_only


    Quote Originally Posted by targetmarts View Post
    Ok,Thank you very much .
    And the code maybe too naughty,i upload a data file,and import 268 items,then display error:
    SKIPPED! - v_products_model: 20230710269 - No category provided for this new product importing with: language_code_only
    SKIPPED! - v_products_model: 20230710270 - No category provided for this new product importing with: language_code_only
    ........

    sure i have tried to check the data in file,sure it right,and there imported more items with same category,but it stop and display this error now.
    and i sure i have try to fix any data file,and it always display this error,and i sure i have checked the category and it in my shop.
    maybe have quantitative restriction in code?
    For second problem: Please identify the fields in your import file. The fields are the first row of the file. For example: v_products_model

    It is possible that the file is too large to import all at once. There is a split option to allow making multiple smaller files from a single large file. I do not believe the file size is the problem. I received a copy of your debug log. When I know the field names, I expect I can determine a solution.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #3525

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    For your first problem:



    For example, change "Import Language Override" from language_code_only *to* language_id_only




    For second problem: Please identify the fields in your import file. The fields are the first row of the file. For example: v_products_model

    It is possible that the file is too large to import all at once. There is a split option to allow making multiple smaller files from a single large file. I do not believe the file size is the problem. I received a copy of your debug log. When I know the field names, I expect I can determine a solution.
    yes,i have do all as you said,and update one row file also show error.

  6. #3526
    Join Date
    Jul 2012
    Posts
    16,753
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by targetmarts View Post
    yes,i have do all as you said,and update one row file also show error.
    Your upload file. Please post the first row.

    Also, please post the configuration settings of EP4.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #3527

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Your upload file. Please post the first row.

    Also, please post the configuration settings of EP4.
    sorry to reply so later.
    Name:  Screenshot 2023-08-04 at 21-14-03 Admin Configuration Easy Populate 4.jpg
Views: 115
Size:  38.7 KBName:  Screenshot 2023-08-04 at 21-14-03 Admin Configuration Easy Populate 4.jpg
Views: 115
Size:  38.7 KB

    Easy Populate 4
    Title Value Action
    Uploads Directory temp/
    Uploads Directory Admin/Catalog true Info
    Import/Export Primary Key products_model Info
    Import Language Override language_code_only Info
    Import/Export CSV Delimiter , Info
    Export Language Identifier id Info
    Export Price Decimals 2 Info
    Upload File Date Format m-d-y Info
    Default Raw Time 09:00:00 Info
    Export Filename Date Y-m-d Info
    Upload/Download Prices Include Tax false Info
    Update Check 1 Info
    Verbose Feedback true Info
    Show all EP4 Filetypes with Files true Info
    Replace Blank Image false Info
    Activate Blank Featured true Info
    Remove Blank Specials negative Info
    Make Zero Qty Products Inactive false Info
    Smart Tags Replacement of Newlines true Info
    Advanced Smart Tags false Info
    Auto-extend fields false Info
    Debug Logging true Info
    Maximum Quantity Discounts 0 Info
    Split On Number of Records 2000 Info
    Script Execution Time 60 Info
    Convert Curly Quotes, etc. 0 Info
    Convert Character 0x92 1 Info
    Enable Products Meta Data 1 Info
    Enable Products Music Data 0 Info
    User Defined Products Fields Info
    Export URI with Prod and or Cat 0 Info
    ------------------------------------------------------------------------------
    Here is the first line of data in the file :
    v_products_model v_products_type v_products_image v_products_name_1 v_products_description_1 v_products_url_1 v_specials_price v_specials_date_avail v_specials_expires_date v_products_price v_products_weight v_product_is_call v_products_sort_order v_products_quantity_order_min v_products_quantity_order_units v_products_priced_by_attribute v_product_is_always_free_shipping v_date_avail v_date_added v_products_quantity v_manufacturers_name v_categories_name_1 v_tax_class_title v_status v_metatags_products_name_status v_metatags_title_status v_metatags_model_status v_metatags_price_status v_metatags_title_tagline_status v_metatags_title_1 v_metatags_keywords_1 v_metatags_description_1

  8. #3528
    Join Date
    Jul 2012
    Posts
    16,753
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by targetmarts View Post
    sorry to reply so later.
    Name:  Screenshot 2023-08-04 at 21-14-03 Admin Configuration Easy Populate 4.jpg
Views: 115
Size:  38.7 KBName:  Screenshot 2023-08-04 at 21-14-03 Admin Configuration Easy Populate 4.jpg
Views: 115
Size:  38.7 KB

    Easy Populate 4
    Title Value Action
    Uploads Directory temp/
    Uploads Directory Admin/Catalog true Info
    Import/Export Primary Key products_model Info
    Import Language Override language_code_only Info
    Import/Export CSV Delimiter , Info
    Export Language Identifier id Info
    Export Price Decimals 2 Info
    Upload File Date Format m-d-y Info
    Default Raw Time 09:00:00 Info
    Export Filename Date Y-m-d Info
    Upload/Download Prices Include Tax false Info
    Update Check 1 Info
    Verbose Feedback true Info
    Show all EP4 Filetypes with Files true Info
    Replace Blank Image false Info
    Activate Blank Featured true Info
    Remove Blank Specials negative Info
    Make Zero Qty Products Inactive false Info
    Smart Tags Replacement of Newlines true Info
    Advanced Smart Tags false Info
    Auto-extend fields false Info
    Debug Logging true Info
    Maximum Quantity Discounts 0 Info
    Split On Number of Records 2000 Info
    Script Execution Time 60 Info
    Convert Curly Quotes, etc. 0 Info
    Convert Character 0x92 1 Info
    Enable Products Meta Data 1 Info
    Enable Products Music Data 0 Info
    User Defined Products Fields Info
    Export URI with Prod and or Cat 0 Info
    ------------------------------------------------------------------------------
    Here is the first line of data in the file :
    v_products_model v_products_type v_products_image v_products_name_1 v_products_description_1 v_products_url_1 v_specials_price v_specials_date_avail v_specials_expires_date v_products_price v_products_weight v_product_is_call v_products_sort_order v_products_quantity_order_min v_products_quantity_order_units v_products_priced_by_attribute v_product_is_always_free_shipping v_date_avail v_date_added v_products_quantity v_manufacturers_name v_categories_name_1 v_tax_class_title v_status v_metatags_products_name_status v_metatags_title_status v_metatags_model_status v_metatags_price_status v_metatags_title_tagline_status v_metatags_title_1 v_metatags_keywords_1 v_metatags_description_1
    Change: Import Language Override language_code_only Info
    To: Import Language Override language_id_only Info

    Or any other value.

    I will use the provided information to solve the other problem.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #3529

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Change: Import Language Override language_code_only Info
    To: Import Language Override language_id_only Info

    Or any other value.

    I will use the provided information to solve the other problem.
    Thank you,and i have inserted it.great help

  10. #3530

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Change: Import Language Override language_code_only Info
    To: Import Language Override language_id_only Info

    Or any other value.

    I will use the provided information to solve the other problem.
    Another question: How to set up support for special characters? Because when there are special characters or Chinese characters in the data, the plugin automatically truncates the following characters. For example, if the title is "fashion clothing wear 《freeshipping》", the plugin will generate the product title for" fashion clothing wear".
    Thanks,hope your help again.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 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