- πΊπΈ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-...