Error on sending mail.
TypeError: Argument 4 passed to Drupal\devel_mail_logger\Plugin\Mail\DevelMailLogger::__construct() must be an instance of Drupal\Core\Database\Driver\mysql\Connection, instance of Drupal\mysql\Driver\Database\mysql\Connection given, called in /app/modules/contrib/devel_mail_logger/src/Plugin/Mail/DevelMailLogger.php on line 65 in Drupal\devel_mail_logger\Plugin\Mail\DevelMailLogger->__construct() (line 49 of /app/modules/contrib/devel_mail_logger/src/Plugin/Mail/DevelMailLogger.php)
Cause of the problem: https://www.drupal.org/node/3129492 →
Replacing use Drupal\Core\Database\Driver\mysql\Connection;
by use Drupal\Core\Database\Connection;
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.