Active
Project:
YAML Form
Version:
8.x-1.0-beta29
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2020 at 10:16 UTC
Updated:
25 Feb 2020 at 11:30 UTC
Jump to comment: Most recent
Migration seemingly completes but doesn't actually migrate any forms.
"There is no Webform yet." is all I see after the import.
Webforms was disabled before migration and YAML form enabled, as per instructions.
Drupal 8.5.3
Tried Webforms 5.0, 5.1, 5.2, 5.3
PHP 5.6.40
Migrated through UI. I don't have SSH access to the site and can't do drush methods.
No errors and nothing in watchdog DB table.
Comments
Comment #2
jrockowitz commentedI recommend trying to migrate to Webform 8.x-5.0-beta1 and then upgrading the Webform module.
Comment #3
jrockowitz commented@see https://www.drupal.org/project/yamlform/issues/2839402#comment-12690145
Comment #4
gekomees commentedSo I finally got around to testing this and indeed migrating to Webform 8.x-5.0-beta1 works. This info should be on the project main page not some dark corner in the issue list.
Alas after updating drupal to newest and Webform at the same time I ran into update 8026 error:
https://www.drupal.org/project/webform/issues/2975045
https://www.drupal.org/project/webform/issues/2849564
"Solved" that by commenting out the update in the webform.install.update.inc file if anyone is interested. Didn't affect the forms in any negative way for my purposes but your mileage may vary.