- 🇫🇷France Thony
I am triggering the error too,but the project I am working on still use php 7.1.
I guess interface were not as flexible back then...? - Status changed to Closed: cannot reproduce
9 months ago 2:55pm 1 June 2024
Fatal error: Declaration of Drupal\field_group\FieldGroupFormatterBase::process(&$element, $processed_object) must be compatible with Drupal\field_group\FieldGroupFormatterInterface::process(array &$element, $processed_object) in /var/www/html/web/modules/contrib/field_group/src/FieldGroupFormatterBase.php on line 13
Fatal error: Declaration of Drupal\field_group\FieldGroupFormatterBase::preRender(&$element, $rendering_object) must be compatible with Drupal\field_group\FieldGroupFormatterInterface::preRender(array &$element, $rendering_object) in /var/www/html/web/modules/contrib/field_group/src/FieldGroupFormatterBase.php on line 13
Fatal error: Declaration of Drupal\field_group\Plugin\field_group\FieldGroupFormatter\Details::preRender(&$element, $rendering_object) must be compatible with Drupal\field_group\FieldGroupFormatterInterface::preRender(array &$element, $rendering_object) in /var/www/html/web/modules/contrib/field_group/src/Plugin/field_group/FieldGroupFormatter/Details.php on line 21
Fatal error: Declaration of Drupal\field_group\Plugin\field_group\FieldGroupFormatter\Details::process(&$element, $processed_object) must be compatible with Drupal\field_group\FieldGroupFormatterInterface::process(array &$element, $processed_object) in /var/www/html/web/modules/contrib/field_group/src/Plugin/field_group/FieldGroupFormatter/Details.php on line 21
Closed: cannot reproduce
3.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am triggering the error too,but the project I am working on still use php 7.1.
I guess interface were not as flexible back then...?