Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    190
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Excellent! it works.

    Thank you!!!

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by allmart View Post
    Excellent! it works.

    Thank you!!!
    Thanks for the update. Github has been updated with that code correction for EP4 version 4.0.32.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    190
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Just discovered this error after importing a file with a product that already exists:

    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


    ep_debug_log.txt:

    MySQLi error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'roducts_name:, products_description = '24x680ml Can', products_url = '' ' at line 1
    When executing:
    UPDATE products_description SET products_name = roducts_name:, products_description = '24x680ml Can', products_url = '' WHERE products_id = 1 AND language_id = 1


    The above lines are repeated in the log multiple times for each product_id

    Importing new products alone works perfectly.

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by allmart View Post
    Just discovered this error after importing a file with a product that already exists:

    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


    ep_debug_log.txt:

    Code:
    MySQLi error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':products_name:, products_description = '24x680ml Can',  products_url = ''      ' at line 1
    When executing:
    UPDATE products_description SET  products_name      = :products_name:, products_description = '24x680ml Can',  products_url = ''         WHERE products_id = 1 AND language_id = 1
    The above lines are repeated in the log multiple times for each product_id

    Importing new products alone works perfectly.
    When posting code, please use the # button in the messagebox toolbar to create [CODE] and [/CODE] tags so that weird things don't appear in the posted message and believe it or not it is actually easier to read the result. But... in this case doesn't matter much.

    That would be because on line 1933 is
    Code:
    :products_name:
    while on line 1946 is
    Code:
    :v_products_name:
    Intention was for line 1933 to have :v_products_name: so that the code might seem clearer to understand. :)

    So, again, open admin/easypopulate_4_import.php search for:
    Code:
    :products_name:
    replace with:
    Code:
    :v_products_name:
    and it will/should work.

    github is already updated based on the above report.
    Last edited by mc12345678; 19 Feb 2016 at 08:44 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    190
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Fixed...Thanks again!!!

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by allmart View Post
    Fixed...Thanks again!!!
    No, thank you. Wish there wasn't a need, but keep the comments coming as identified. While not everything will definitely be included as requested, at least attention can/would be provided. :) Nice to have a fresh set of eyes to offer input.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Feb 2016
    Location
    Australia
    Posts
    3
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    HI there,

    I am trying to work out how to add my products via Easy pop 4, I have added 1 x product with the attributes i require through admin and downloaded the CSV file for the attibutes, I then tried to add another product using the CSV however when i goto import the file it comes up with SKIPPED! - Attribute Entry on Model: dk_0601k0116 - Not Found!. I am only adding the products to the Attrib-Detailed-EP2016Feb24-001019 file, should i be edditing other CSV files as well??

    Anyhelp will be fantastic as i have around 2000 products to add with different attributes and through admin will take a very very long time

    Thank you in advance

    Glenn

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 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

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