Page 328 of 361 FirstFirst ... 228278318326327328329330338 ... LastLast
Results 3,271 to 3,280 of 3601
  1. #3271
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by swguy View Post
    Fresh install of current latest version of EP says "NOTE: A NEW VERSION OF THIS PLUGIN IS AVAILABLE". I couldn't get the LOG_PLUGIN_VERSIONCHECK_FAILURES setting to work and I didn't have time to look at it further. The only thing I did notice is that the comment in easypopulate_4.php on line 102 references an old version number, but obviously this is not the root cause of the issue.
    Cause of this is the discrepancy between the Zen Cart plugins reporting: 4.0.37.ZC
    and the internal software (admin/includes/modules/easypopulate_4_version.php) reporting: 4.0.37.13

    4.0.37.ZC > 4.0.37.13 and therefore there is a "new" version, though it is the same software between the two.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #3272
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: EasyPopulate 4.0 Support Thread

    Maybe I'm missing something, but I think there's a problem with version 4.0.37.13.

    I cannot upload a 6MB file. The local php.ini is set to 16MB as shown: https://prnt.sc/13d0r6k

    I don't know where the 2MB limit is coming from. This site had the previous version and we were able to upload files over 2MB.

  3. #3273
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jeking View Post
    Maybe I'm missing something, but I think there's a problem with version 4.0.37.13.

    I cannot upload a 6MB file. The local php.ini is set to 16MB as shown: https://prnt.sc/13d0r6k

    I don't know where the 2MB limit is coming from. This site had the previous version and we were able to upload files over 2MB.
    The new version now takes into account the maximum file upload size of configuration->maximum settings: MAX_FILE_UPLOAD_SIZE
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #3274
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    The new version now takes into account the maximum file upload size of configuration->maximum settings: MAX_FILE_UPLOAD_SIZE
    Well, there I have it. Thanks for pointing that out.

  5. #3275
    Join Date
    Dec 2013
    Location
    Adelaide, South Australia
    Posts
    27
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi Guys,

    Just installed the latest EP4 from GITHUB on ZC v1.5.7b.

    I checked the log files and found this warning.
    I have searched the threads but couldn't find anything that directly relates.
    Can you advise on how to fix the issue.
    Many Thanks. :)

    [08-Jun-2021 18:38:27 Australia/Melbourne] Request URI: /***/index.php?cmd=easypopulate_4, IP address: ***
    #1 require(/home/***/***/***/easypopulate_4.php) called at [/***/***/***/***/index.php:11]
    --> PHP Warning: Use of undefined constant EASYPOPULATE_4_CONFIG_IMPORT_OVERRIDE - assumed 'EASYPOPULATE_4_CONFIG_IMPORT_OVERRIDE' (this will throw an Error in a future version of PHP) in /***/***/***/***/easypopulate_4.php on line 686.

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by webmanstudios View Post
    Hi Guys,

    Just installed the latest EP4 from GITHUB on ZC v1.5.7b.

    I checked the log files and found this warning.
    I have searched the threads but couldn't find anything that directly relates.
    Can you advise on how to fix the issue.
    Many Thanks. :)

    Code:
    [08-Jun-2021 18:38:27 Australia/Melbourne] Request URI: /***/index.php?cmd=easypopulate_4, IP address: ***
    #1  require(/home/***/***/***/easypopulate_4.php) called at [/***/***/***/***/index.php:11]
    --> PHP Warning: Use of undefined constant EASYPOPULATE_4_CONFIG_IMPORT_OVERRIDE - assumed 'EASYPOPULATE_4_CONFIG_IMPORT_OVERRIDE' (this will throw an Error in a future version of PHP) in /***/***/***/***/easypopulate_4.php on line 686.
    When say that "installed" the latest update, please elaborate.

    While I recognie that it appears that the above will occur upon initial software placement and before the install is complete (something I need to address), that issue should go away after the software is fully installed. Meaning that the log will not be generated any more.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #3277
    Join Date
    Dec 2013
    Location
    Adelaide, South Australia
    Posts
    27
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    hi mc12345678, :)

    I just checked the log folder and yes the errors have stopped.

    Thank you for your reply. :)

  8. #3278
    Join Date
    Jul 2014
    Location
    Arkansas
    Posts
    36
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I use product IDs that are a mix of letters and numbers. Totally not consecutive and have never run into a problem.

  9. #3279
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    550
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I'm sorry if this is mentioned somewhere in this post, but I can't find it.
    I want to use EP to upload products to multiple SUB-categories.
    So for example ... a comic book...same book needs to go into two sub categories...

    The book: Marvel Comics - Captain America

    By Publisher (Main top level Category)
    Marvel (Sub-Category)

    By Title (Main top level Category)
    C (Sub Category)

    I can't figure out how to do this, or IF it can be done, using the columns in the exported file.

    Thanks in advance.

  10. #3280
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by LilleyPadGifts View Post
    I'm sorry if this is mentioned somewhere in this post, but I can't find it.
    I want to use EP to upload products to multiple SUB-categories.
    So for example ... a comic book...same book needs to go into two sub categories...

    The book: Marvel Comics - Captain America

    By Publisher (Main top level Category)
    Marvel (Sub-Category)

    By Title (Main top level Category)
    C (Sub Category)

    I can't figure out how to do this, or IF it can be done, using the columns in the exported file.

    Thanks in advance.
    Each row of data will be placed in the category to which that row is assigned. A category is made of the root category followed by each sub-category of the previous category separated by a carat (^). So primary category of Marvel with a sub-category of Captain America would be represented by Marvel^Captain America. The category is placed in the column for your language identifier. A default install would use v_categories_name_1 or v_categories_name_en depending on your settings.

    To place a product in multiple categories, copy the row that is to contain the information about the product to a row below the previous and change the category name. Note, the last row that applies to the product will contain the data that will be inserted/updated associated to that product.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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