- πΊπΈUnited States ryumaou
Is this the patch for https://www.drupal.org/project/wordpress_migrate/issues/3491146 π Tags and categories not migrating Active as well? Do you need someone to test the patch for those issues?
- πΊπΈUnited States hongpong Philadelphia
@ryumaou yes if you can test it it might help with π Tags and categories not migrating Active as well. Sorry I haven't had more time to hack on this one lately (or yours). I also wonder if the issue is similar to #2955482: Pingbacks are imported as comments - nodes with random names are created β which puzzled me from way back.
- πΊπΈUnited States ryumaou
@hongpong hey, it's the holiday season! Everyone is busy!
I'll see about a test this weekend to see what additional error logs I can generate for you all when you get around to more coding. - πΊπΈUnited States hongpong Philadelphia
Maybe this needs to be added - https://api.drupal.org/api/drupal/core%21modules%21migrate%21src%21Plugi...
It could be that the title of the tags are longer than the taxonomy entity title field permits? I think this would work for trimming the tag name.
Note we do not have substr as a process here: https://git.drupalcode.org/project/wordpress_migrate/-/blob/8.x-3.x/migr...
the max taxonomy tag title length might be 255 chars https://www.drupal.org/forum/support/post-installation/2009-10-22/overri... β
could help determine if this is the case: https://www.drupal.org/project/title_length β
programmatic checker idea here: https://drupal.stackexchange.com/questions/107758/how-do-i-find-the-max-...
- πΊπΈUnited States ryumaou
So, just wanted to give you a quick update. I have finally gotten to test this again with the updated version, but either something was wonky about the XML I had, or something else happened because it found no tags or categories to migrate. I will grab the file I uploaded on the other issue to make sure I'm staying consistent and try again. Will update this week!
- πΊπΈUnited States hongpong Philadelphia
cool thank you ryumaou. i'm going to block in late Jan or early Feb another sprint on this module for a few days so anything else you can nail down helps a ton.