- Issue created by @maxilein
- Status changed to Closed: works as designed
3 months ago 9:01am 11 August 2024
Upgrading the Field Group module to 3.5+ causes a fatal error on sites using this popup module.
The problem appears to be connected with the fact the constructor in FieldGroupFormatterPluginManager.php of FieldGroup now expects 4 arguments but is only currently being sent 3 at that raisesโฆ
[03-Aug-2024 13:44:42 UTC] Uncaught PHP Exception ArgumentCountError: "Too few arguments to function Drupal\field_group\FieldGroupFormatterPluginManager::__construct(), 3 passed in <Site>\core\lib\Drupal\Component\DependencyInjection\Container.php on line 261 and exactly 4 expected" at C:\Users\nick\Sites\bit-by-bit.org\public_html\modules\contrib\field_group\src\FieldGroupFormatterPluginManager.php line 37
Closed: works as designed
1.0
Code