- 🇪🇸Spain budalokko Girona
Most recent patches in 🐛 Upload configuration is empty for nested fields Fixed contain that
use
statement and have been committed so closing this one.
In Drupal 8, I encountered a problem with the widget in a paragraph field. After applying the patch from #3 in https://www.drupal.org/project/plupload_widget/issues/2846312#comment-12... 🐛 Upload configuration is empty for nested fields Fixed , it worked and I continued without updating the module. After updating the website to Drupal 9, plupload library to 3.x and the module to 2.0.0-beta1, the same error occurs again but the patch does not help anymore but throws the following error without showing the admin page:
The website encountered an unexpected error. Please try again later.
Error: Class 'Drupal\plupload_widget\Plugin\Field\FieldWidget\NestedArray' not found in Drupal\plupload_widget\Plugin\Field\FieldWidget\FileWidget::process() (line 47 of modules/contrib/plupload_widget/src/Plugin/Field/FieldWidget/FileWidget.php).
Downgrading to plupload 2.x doesnot help either.
I would be thankful for any advice.
Best,
kaelteschutzgebiet
Closed: duplicate
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Most recent patches in
🐛
Upload configuration is empty for nested fields
Fixed
contain that use
statement and have been committed so closing this one.