Drupal\Core\Database\RowCountException: rowCount() is supported for DELETE, INSERT, or UPDATE statements performed with structured query builders only, since they would not be portable across database engines otherwise. If the query builders are not sufficient, use a prepareStatement() with an $allow_row_count argument set to TRUE, execute() the Statement and get the number of affected rows via rowCount(). in Drupal\Core\Database\StatementWrapper->rowCount() (line 188 of /var/www/web/core/lib/Drupal/Core/Database/StatementWrapper.php).
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.