Hi @vincent,
Which exact version of the mollie-api-php is this?
@uberengineer, hereby an updated patch for 2.10.0
I'm on 3.0.0-beta4 too and patch #86 does indeed generate an error when visiting: /admin/structure/feeds/manage/something/mapping
A cache rebuild did not solve it unfortunately.
Error: Call to a member function getSettings() on null in Drupal\feeds\Plugin\Type\Target\MediaTargetBase->__construct() (line 58 of modules/contrib/feeds/src/Plugin/Type/Target/MediaTargetBase.php).
When using lightning media, you might also want to include this patch in combination with the path from #39.
Thank you!
Nicasso β made their first commit to this issueβs fork.
Patch file in #38 contained a mistake with info.yml files.
Correct it here in this patch.
Same here.
Nicasso β created an issue.
I made some additional changes to the patch #33, that @dishabhadra provided:
- I force the usage of chunking.
- I added a new settings value (max_filesize_default) to be able to set a new maximum file size, thus not depening on the PHP upload_max_filesize value)
- Changed the getting of CSRF tokens, to make chunking work for the Media library widget
With these changes chunking now works for me in the following 2 places:
- Bulk upload (admin/content/media/bulk-upload)
- Media library widget
Patch applies on Dropzonejs version 2.8.0 and I used it with in combination with the Dropzone library version 5.9.3.
Complete patch + interdiff with #33 provided.
By applying this patch on Drupal Core (not on the paragraphs module) (this is currently patched on Drupal core version: 9.5.10), the crash will be prevented. Or well, at least in my situation it does. Please note that this patch is more like a a bandage and its not intended as a permanent fix whatsoever. But I guess its better than a website that occasionally crashes...
Nicasso β created an issue.
Nicasso β created an issue.