- Issue created by @jakegibs617
- Merge request !220Issue #3240988 by kristiaanvandeneynde, Berdir: Not marking service... → (Open) created by divyansh.gupta
- 🇮🇳India divyansh.gupta Jaipur
I was able to reproduce this issue and the patch applied successfully and fixed the issue for me.
Please review. - 🇺🇸United States jakegibs617
that patch applied, but since we are fixing 1.6 group for php 8.4, I found more to update:
PHP Deprecated: Drupal\group\GroupMembershipLoader::loadByUser(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/GroupMembershipLoader.php on line 104 Deprecated: Drupal\group\GroupMembershipLoader::loadByUser(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/GroupMembershipLoader.php on line 104 PHP Deprecated: Drupal\group\GroupMembershipLoaderInterface::loadByUser(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/GroupMembershipLoaderInterface.php on line 53 Deprecated: Drupal\group\GroupMembershipLoaderInterface::loadByUser(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/GroupMembershipLoaderInterface.php on line 53 PHP Deprecated: Drupal\group\Entity\Controller\GroupContentController::editFormTitle(): Implicitly marking parameter $_entity as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Controller/GroupContentController.php on line 271 Deprecated: Drupal\group\Entity\Controller\GroupContentController::editFormTitle(): Implicitly marking parameter $_entity as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Controller/GroupContentController.php on line 271 PHP Deprecated: Drupal\group\Form\GroupPermissionsTypeSpecificForm::buildForm(): Implicitly marking parameter $group_type as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Form/GroupPermissionsTypeSpecificForm.php on line 110 Deprecated: Drupal\group\Form\GroupPermissionsTypeSpecificForm::buildForm(): Implicitly marking parameter $group_type as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Form/GroupPermissionsTypeSpecificForm.php on line 110 PHP Deprecated: Drupal\group\Form\GroupPermissionsRoleSpecificForm::buildForm(): Implicitly marking parameter $group_role as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Form/GroupPermissionsRoleSpecificForm.php on line 47 Deprecated: Drupal\group\Form\GroupPermissionsRoleSpecificForm::buildForm(): Implicitly marking parameter $group_role as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Form/GroupPermissionsRoleSpecificForm.php on line 47
- Merge request !225Resolve #3509416 "Deprecated function groupentityfieldaccess 2" → (Open) created by Unnamed author
- 🇺🇸United States jakegibs617
still more now
PHP Deprecated: Drupal\group\Entity\Storage\GroupContentStorage::resetCache(): Implicitly marking parameter $ids as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Storage/GroupContentStorage.php on line 145 Deprecated: Drupal\group\Entity\Storage\GroupContentStorage::resetCache(): Implicitly marking parameter $ids as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Storage/GroupContentStorage.php on line 145 PHP Deprecated: Drupal\group\Entity\Storage\GroupRoleStorage::resetUserGroupRoleCache(): Implicitly marking parameter $group as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Storage/GroupRoleStorage.php on line 283 Deprecated: Drupal\group\Entity\Storage\GroupRoleStorage::resetUserGroupRoleCache(): Implicitly marking parameter $group as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Storage/GroupRoleStorage.php on line 283 PHP Deprecated: Drupal\group\Entity\Storage\GroupRoleStorageInterface::resetUserGroupRoleCache(): Implicitly marking parameter $group as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Storage/GroupRoleStorageInterface.php on line 94 Deprecated: Drupal\group\Entity\Storage\GroupRoleStorageInterface::resetUserGroupRoleCache(): Implicitly marking parameter $group as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Storage/GroupRoleStorageInterface.php on line 94 PHP Deprecated: Drupal\group\Entity\Storage\GroupContentTypeStorage::resetCache(): Implicitly marking parameter $ids as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Storage/GroupContentTypeStorage.php on line 141 Deprecated: Drupal\group\Entity\Storage\GroupContentTypeStorage::resetCache(): Implicitly marking parameter $ids as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Storage/GroupContentTypeStorage.php on line 141 PHP Deprecated: Drupal\group\Entity\Access\QueryAccessHandlerBase::getConditions(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Access/QueryAccessHandlerBase.php on line 83 Deprecated: Drupal\group\Entity\Access\QueryAccessHandlerBase::getConditions(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /Applications/MAMP/htdocs/my_app/modules/contrib/group/src/Entity/Access/QueryAccessHandlerBase.php on line 83
- 🇺🇸United States jakegibs617
jakegibs617 → changed the visibility of the branch 3509416-deprecated-function-groupentityfieldaccess to hidden.
- 🇮🇳India shivam_tiwari
This issue was found for me on Drupal 10.3.10 with PHP 8.4
After installing modules, I am getting 500 error page with a white screen. MR 225 is working fine for me so moving it to RTBC.
Adding some testing evidence related to it.