Hi there,

the migration has fail on me. I have tried both drush command and UI.

With the drush command, the migration complete with a success message. Then any page will throw an error.
Here is the error from the log :
admin/structure/yamlform|1||Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "node_type" for route "node.add" must match "[^/]++" ("" given) to generate a corresponding URL. in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 196 of core/lib/Drupal/Core/Routing/UrlGenerator.php).

After migration, a new content-type has been created.
When listing content-types with drush-command :
drush ev "print_r(array_keys(node_type_get_types()));"

I get a key with an empty value, so there is no machine name associated with the created node.type

CommentFileSizeAuthor
#2 yamlform-invalid-parameter-2834337-2.patch798 bytessimgui8
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

guillermo-simeon created an issue. See original summary.

simgui8’s picture

Maybe this only occur with dp8.2.4 since I have only tested with 8.2.4

Adding the type: webform to YamlFormToWebformMigrateManager.php fix this

jrockowitz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.