Account created on 16 October 2009, about 15 years ago
#

Recent comments

πŸ‡³πŸ‡±Netherlands Nicasso

Hi @vincent,

Which exact version of the mollie-api-php is this?

πŸ‡³πŸ‡±Netherlands Nicasso

@uberengineer, hereby an updated patch for 2.10.0

πŸ‡³πŸ‡±Netherlands Nicasso

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).

πŸ‡³πŸ‡±Netherlands Nicasso

When using lightning media, you might also want to include this patch in combination with the path from #39.

πŸ‡³πŸ‡±Netherlands Nicasso

Nicasso β†’ made their first commit to this issue’s fork.

πŸ‡³πŸ‡±Netherlands Nicasso

Patch file in #38 contained a mistake with info.yml files.

Correct it here in this patch.

πŸ‡³πŸ‡±Netherlands Nicasso

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.

πŸ‡³πŸ‡±Netherlands Nicasso

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...

Production build 0.71.5 2024