Rob Scott
Rob Scott
Also experiencing this in a couple of places. Also php7.4 - my case Ubuntu 20.04 clean install, with usual necessary dependencies installed.
These items become errors in PHP 8.0 - and prevent a site with Rank Math Pro from updating PHP to latest version.
If you want I can add up the RankMath Pro error logs here?
Issue in RankMath Pro is resolved by: `$data = (is_array($data)) ? $data : [$data]; // add to line 240 of seo-by-rank-math-pro/includes/modules/schema/class-frontend.php` We're converting the string returned in this event into...
```Got error 'PHP message: PHP Warning: foreach() argument must be of type array|object, string given in /wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-frontend.php on line 101P``` Fixed by adding `$schemas = (is_array($schemas)) ? $schemas : [$schemas];...
If it is empty, or singular it is not an array. No, it wasn't imported. I'm describing the bug here. The error is fixed by making a non-array entry made...
Yeah I get errors (warnings) on PHP7: `mod_fcgid: stderr: PHP Warning: A non-numeric value encountered in /httpdocs/wp-content/plugins/expertstatsplugin/classes/stats.php on line 471, referer: /wp-admin/` and `mod_fcgid: stderr: PHP Warning: A non-numeric value...
Its really down to webmaster to inform users of this usage, and obtain consent for it, assuming that user is an EU citizen, of course. Or stop using Facebook pixels...
Facebook pixels do this too. You're going to need to inform users if you use FB pixels at all.
My point is: if you use Facebook pixels, you'll be communicating personal data to Facebook from all your users (regardless of the email address you have highlighted here), so the...