Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    CA
    Posts
    240
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Looks like my solution was to change the various instances of:

    $categories_name_exists = false;
    To an empty array:
    Code:
    $categories_name_exists = array(); // used for backwards compatibility
    $categories_name_exists = []; // accomplishes the same as above via shortened code
    Worked in PHP 8.2.9 for me. I had just come up with another idea, but it required writing more code.
    Just change those two instances in easypopulate_4_import.php?

    Simple enough. Was this having any impact other than a massive error log file?

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by gemohler View Post
    Just change those two instances in easypopulate_4_import.php?

    Simple enough. Was this having any impact other than a massive error log file?
    That was in part my question to you. Looking over changes I have made to push to github, that appears to be all that I needed to do to support complete import of the records that were formatted correctly. Haven't heard if the above resolved the earlier issue of the two records where the first was bypassed but the second imported. Further, didn't see a response to the question about any sort of consistency of report saying not imported because the category name was missing.

    Look forward to hearing results so that I can maybe prioritize some of the patches/changes that have been made.

    CORRECTION: Apparently there are responses above that I did not see/fully read. Maybe more to follow from me?
    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: 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