Page 364 of 366 FirstFirst ... 264314354362363364365366 LastLast
Results 3,631 to 3,640 of 3658
  1. #3631
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Exporting Zen products

    When I export my products, using admin -> tools -> easypopulate4, to a CSV file is there supposed to be a field for the URL for each product?

  2. #3632
    Join Date
    Jun 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Please help.

    Easy Populate 4.0.38.1, Zen Cart v1.5.7d

    I can't import products that are in a subcategory.

    Import Results
    ADD NEW PRODUCT FAILED! - Model: PT05 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT06 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT07 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT08 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT09 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT10 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT11 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT12 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT13 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT14 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT15 - SQL error. Check Easy Populate error log in uploads directory


    Thank you.

  3. #3633
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    619
    Plugin Contributions
    7

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by ma.r.a View Post
    Please help.

    Easy Populate 4.0.38.1, Zen Cart v1.5.7d

    I can't import products that are in a subcategory.

    Import Results
    ADD NEW PRODUCT FAILED! - Model: PT05 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT06 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT07 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT08 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT09 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT10 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT11 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT12 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT13 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT14 - SQL error. Check Easy Populate error log in uploads directory
    ADD NEW PRODUCT FAILED! - Model: PT15 - SQL error. Check Easy Populate error log in uploads directory


    Thank you.

    Can you look to your logs folder and try to include the relevant parts of the ep_debug.log that would be generated with this?

  4. #3634
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    619
    Plugin Contributions
    7

    Default Re: Exporting Zen products

    Quote Originally Posted by kevinmc3 View Post
    When I export my products, using admin -> tools -> easypopulate4, to a CSV file is there supposed to be a field for the URL for each product?
    Unless you changed a setting, the URL should belong to "v_products_url" field. But do you mean for compatibility with a SEO rewrite engine, no there's no such field for that innately.

  5. #3635
    Join Date
    Jan 2013
    Posts
    862
    Plugin Contributions
    0

    Default Re: Exporting Zen products

    im using 4.0.39 in zen version 2.10 php 8.0 and am getting this error
    Code:
    [10-Dec-2024 07:19:10 America/New_York] PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_SPECIALS_HEADING" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:197
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 197
    
    [10-Dec-2024 07:19:10 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_SPECIALS_HEADING" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:197
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 197.
    
    [10-Dec-2024 07:19:10 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_SPECIALS_HEADING" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:197
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 197.
    i installed through zc_plugins

  6. #3636
    Join Date
    Jan 2013
    Posts
    862
    Plugin Contributions
    0

    Default Re: Exporting Zen products

    changed line to this
    Code:
    $specials_print = defined('EASYPOPULATE_4_SPECIALS_HEADING') ? EASYPOPULATE_4_SPECIALS_HEADING : 'EASYPOPULATE_4_SPECIALS_HEADING';
    and now getting this error
    Code:
    [10-Dec-2024 07:36:04 America/New_York] PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331
    
    [10-Dec-2024 07:36:04 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331.
    
    [10-Dec-2024 07:36:04 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331.

  7. #3637
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    619
    Plugin Contributions
    7

    Default Re: Exporting Zen products

    Quote Originally Posted by jimmie View Post
    changed line to this
    Code:
    $specials_print = defined('EASYPOPULATE_4_SPECIALS_HEADING') ? EASYPOPULATE_4_SPECIALS_HEADING : 'EASYPOPULATE_4_SPECIALS_HEADING';
    and now getting this error
    Code:
    [10-Dec-2024 07:36:04 America/New_York] PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331
    
    [10-Dec-2024 07:36:04 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331.
    
    [10-Dec-2024 07:36:04 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331.
    Check again to see if you copied over the right language files to the admin folder.

    Should have a line like this in /admin/includes/languages/english/extra_definitions/lang.easypopulate_4.php:
    PHP Code:
      'EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC' => 'Product Short Descriptions: '

  8. #3638
    Join Date
    Jan 2013
    Posts
    862
    Plugin Contributions
    0

    Default Re: Exporting Zen products

    it doesnt seem to have installed anything in the admin side it all resides in zc_plugins, but no lang. file in there either
    is there more to do than install from plugin manager

  9. #3639
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    303
    Plugin Contributions
    6

    Default Re: Exporting Zen products

    The version 4.0.39.ZC in GitHub at https://github.com/mc12345678/EasyPo...ree/v4.0.39.ZC and also linked in #3564 and #3626 is not ready for zc2.1.0

    I have never used this plugin before.
    I am only testing the plugins files. I had problems with the original language files not loading plus other issues like having to create the temp folder . The new format language files are not in there yet.

    I am only part way through my testing. A lang.easypopulate_4.php file may be found in my GitHub at https://github.com/OldNGreyBMR/EasyP...guages/english
    if this helps.
    ONLY USE THESE FILES IN A TEST ENVIRONMENT
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  10. #3640
    Join Date
    Jan 2015
    Posts
    462
    Plugin Contributions
    0

    Default Re: Exporting Zen products

    OldNGrey,

    I too am having the same issue. This is a big problem for me because this is how i update my products. Does anyone have an alternative solution.

 

 

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