Warning error in class-author.php on line 41
-
Hello Rank Math Support,
I’m using WordPress 7 and Rank Math SEO (free) v1.0.271.1. On the front-end, I’m seeing this PHP warning:
Warning: Undefined array key "url" in /home/gameblad/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php on line 41It looks like in
RankMath\Schema\Author::process()the plugin accesses:$jsonld->parts['url']but in some requests the
urlkey is not set in$jsonld->parts, so PHP 8+ triggers Undefined array key “url”.Expected behavior: no warnings should be output on the site.
Suggestion: add anisset()/ null-coalescing check and use a fallback URL whenparts['url']is missing (e.g.$data['WebPage']['@id']orhome_url('/')), before appending#author.Please let me know if you need any more details (page type where it happens, PHP version, debug log, etc.).
Thank you.The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.