- 🇳🇱Netherlands fabianderijk Alphen aan den Rijn
This is already fixed in the 3.0.x branch
- Issue was unassigned.
Automatically closed - issue fixed for 2 weeks with no activity.
With PHP 8.1, there is an error generated by the UserLoginController->login()
Deprecated function: substr(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\o365_sso\Controller\UserLoginController->login() (line 94 of modules/contrib/o365/modules/o365_sso/src/Controller/UserLoginController.php).
Drupal\o365_sso\Controller\UserLoginController->login()
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 564)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 169)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Upgrade PHP to 8.1 on an installation which uses the o365 module.
Patch attached
Review
N/A
N/A
N/A
Fixed
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is already fixed in the 3.0.x branch
Automatically closed - issue fixed for 2 weeks with no activity.