Hi @smarti9, can you try activating the “Enable archiving via HTTP requests” setting in Matomo Analytics > Settings > Advanced and check if the warning still occurs?
Hi,
I tried that seemed to work, then I tried entering site through url mydomain.com and it popped the error again, so I added to ht.access file, because I am getting Warning: Undefined array key “host” in .wp-includes/canonical.php as well.
Will monitor have at least stopped it happening through non www means, just seems to be when matomo is active though.
Thanks for all your help much appreciated.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
-
This reply was modified 11 months, 3 weeks ago by
smarti9.
Hi,
I thought I isolated when it was happening but I was off the mark, have enabled archieving via http but its still happening, when I disable matomo it stops. PHP Version 8.2.x
-
This reply was modified 11 months, 3 weeks ago by
smarti9.
-
This reply was modified 11 months, 3 weeks ago by
smarti9.
Hi, Matomo does not use or reference igbinary at all. The only code I can find that checks for the igbinary extension is unused code in dependencies (doctrine cache and symfony). Can you find if the error is occurring during a cron task or from a web request? And if the latter what HTTP request is causing the error?
Marking this as resolved due to a lack of response. If the problem is still occurring and you would still like help with it, feel free to reply or create a new issue.