• Resolved itchybrain

    (@itchybrain)


    Hi there CPTUI

    I recently migrated a site from my dev to a new server, and tried to edit an already-created (in CPTUI) custom taxonomy. The terms didn’t migrate, and the new taxonomy was added to list. This was using CTPUI 1.4.1.

    On my dev server, I then tried the same thing, using CTPUI 1.3.5 and it works fine.

    So it appears perhaps an issue has been introduced on 1.4.1?

    The error message is:

    Message: Warning: implode(): Invalid arguments passed in /home/healthfocus/application/wp-content/plugins/custom-post-type-ui/inc/taxonomies.php on line 1352

    Have you encountered anything similar, and know of a fix?
    cheers
    Darryl

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Looks like a case of our get_terms() fetching, during the convert process, returned either an integer or a WP_Error instead of an array of term IDs. Essentially whatever was found for our term_ids query was not an array.

    I plan to harden this check up in a future release, but it hasn’t been a widespread enough issue to warrant 1.4.2 release.

    Just to be certain, did you have terms in that taxonomy to convert?

Viewing 1 replies (of 1 total)
  • The topic ‘Edit and migrate terms not working’ is closed to new replies.