In PHP 8, the errcontext parameter is removed from the handler defined in set_error_handler.
This causes error_page to throw an error when defining the handleError method.
Add set_error_handler(['Drupal\error_page\ErrorPageErrorHandler', 'handleError']);
in settings.php
Run with PHP 8
Change array $context
to array $context = []
in the method handleError.
Closed: works as designed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.