- Open on Drupal.org βCore: 10.1.x + Environment: PHP 8.1 & MySQL 8last update
11 months ago Waiting for branch to pass - Issue created by @EthanT
- π±πΉLithuania Evaldas UΕΎkuras Kaunas, LT
This issue is caused by π Cleanup plugin constructors Fixed and the release 8.x-2.10 of Entity Browser.
The new logic for plugin's construction. Instead of overriding constructor they add additional dependencies using just a create method.
- Open on Drupal.org βCore: 10.1.x + Environment: PHP 8.1 & MySQL 8last update
11 months ago Waiting for branch to pass - Open on Drupal.org βCore: 10.1.x + Environment: PHP 8.1 & MySQL 8last update
11 months ago Waiting for branch to pass - πΊπΈUnited States edmund.dunn Olympia, WA
Posting the static patch because using the MR doesn't allow pinning to a specific commit, so anyone can submit pretty much anything and inject it into our codebase IIRC. This also fixed our issue. Nice work!!
- πΊπΈUnited States joshua.boltz
We were encountering this error:
Error: Call to a member function createInstance() on null in Drupal\entity_browser_table\Plugin\Field\FieldWidget\EntityReferenceBrowserTableWidget->buildTableRows() (line 201 of /var/www/drupal/web/modules/contrib/entity_browser_table/src/Plugin/Field/FieldWidget/EntityReferenceBrowserTableWidget.php).
And this patch resolves it too.
- Status changed to RTBC
8 months ago 6:52pm 12 March 2024 - πΊπΈUnited States jonathanwestman
The patch resolved the issue caused by the release 8.x-2.10 of Entity Browser. Thanks.
- πΊπΈUnited States angelazer
We were also encountering a similar error, and confirmed this patch resolves it:
Error: Call to a member function getStorage() on null in Drupal\entity_browser\Plugin\Field\FieldWidget\EntityReferenceBrowserWidget->formElementEntities() (line 759 of /code/web/modules/contrib/entity_browser/src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php).
- πΈπ°Slovakia havran
Same for me, the patch #4 resolved the issue caused by the release 8.x-2.10 of Entity Browser. Thanks.
- π¨πSwitzerland ayalon
Thanks for the patch. I have tested it and it works.
- π¬π§United Kingdom james hawthorn-byng
Tested and merged the patches. Will get a new release out asap.
Automatically closed - issue fixed for 2 weeks with no activity.