PHP Warning: Trying to access array offset on value of type bool
-
Can you please suppress this warning? I have been getting it in my logs for quite awhile, and although it’s not critical, it’s filling up the logs.
2021/06/14 22:51:52 [error] 6#6: *802726 FastCGI sent in stderr: "PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/example.com/wp-content/plugins/seo-by-rank-math/includes/metaboxes/social-preview.php on line 33PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/example.com/wp-content/plugins/seo-by-rank-math/includes/metaboxes/social-preview.php on line 50" while reading upstream, client: 10.0.0.1, server: example.com, request: "GET /wordpress/wp-admin/post.php?action=edit&post=1234 HTTP/1.0", upstream: "fastcgi://172.0.0.1:9000", host: "example.com", referrer: "https://example.com/path/to/article"
I imagine there is some sort of conflict that is causing it on my sites since it has been happening for awhile, but it would be nice if it was suppressed. Thank you.
- WordPress: <=5.7.2
- PHP: 7.4.1-8.0.3
- Rank Math: <=1.0.65
- Classic Editor: 1.6
- The topic ‘PHP Warning: Trying to access array offset on value of type bool’ is closed to new replies.