Automatically closed - issue fixed for 2 weeks with no activity.
When running the module with php8.1 I get the following error
Deprecated function: Return type of Drupal\eu_cookie_compliance_matomo\Component\Render\EuCookieComplianceMatomoJavaScriptSnippet::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 12 of modules/contrib/eu_cookie_compliance_matomo/src/Component/Render/EuCookieComplianceMatomoJavaScriptSnippet.php).
According to https://www.drupal.org/project/google_analytics/issues/3258588 🐛 Deprecated function: Return type of Drupal\google_analytics\Component\Render\GoogleAnalyticsJavaScriptSnippet::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be u Fixed I' created a patch, that works for me.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.