Patch #13 works for me also with Drupal 10.3.7
Issue solved - I had to uninstall the Webform Entity Print (PDF) sub module so i could run drush updb. From what i can see, updb was never executed when the webform module was update to version 6.2.2.
Thanks cilifen for your assistance.
It wasnt patched with the above patch.
Ive added the patch just now and there is no change.
I was upgrading from version 6.2.2 - > 6.2.7
Modules in use;
Webform
Webform Attachment
Webform Entity Print (PDF)
Webform Submission Export/Import
Webform Submission Log
Webform UI
Webform Views Integration
@sgostanyan - That worked! thank you
composer require 'drupal/media_pdf_thumbnail:^6.0.1'
drush updb
composer require 'drupal/media_pdf_thumbnail:^6.1'
drush updb
I had to roll back and then try again. Successfull
Any help would be much appreciated.