-
Thank you so much for being so cooperative. It truly means a lot to me.
I can see that this error is appearing on your application and that’s why this page is showing critical error.
[Sun Jun 01 05:17:03.168911 2025] [proxy_fcgi:error] [pid 4063696:tid 4063843] [client 202.47.47.134:0] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/684131.cloudwaysapps.com/rxnewxpumb/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-frontend.php:73\nStack trace:\n#0 [internal function]: RankMath\\Schema\\Frontend->RankMath\\Schema\\{closure}()\n#1 /home/684131.cloudwaysapps.com/rxnewxpumb/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-frontend.php(74): array_filter()\n#2 /home/684131.cloudwaysapps.com/rxnewxpumb/public_html/wp-includes/class-wp-hook.php(324): RankMath\\Schema\\Frontend->add_schema()\n#3 /home/684131.cloudwaysapps.com/rxnewxpumb/public_html/wp-includes/plugin.php(256): WP_Hook->apply_filters()\n#4 /home/684131.cloudwaysapps.com/rxnewxpumb/public_html/wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php(106): apply_filters_ref_array()\n#5 /home/684131.cloudwaysapps.com/rxnewxpumb/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonl…’
The error message you’re seeing indicates a PHP fatal error occurring within the Rank Math SEO plugin, specifically in the file class-frontend.php on line 73. The error is a TypeError, which happens when the code attempts to access an array offset on a variable that is actually a string, not an array. In this context, the function is trying to treat a string like an array, which is invalid in PHP 8 and above. The error arises within an anonymous function (a closure) that is being passed to array_filter(), a function designed to filter elements of an array based on a callback. Since the data being processed is not structured as expected (likely a string instead of an array), this results in a crash. This faulty data flows through several layers of WordPress’s hook system—starting from Rank Math’s add_schema() method and progressing through WordPress’s apply_filters() mechanism—before causing the fatal crash. To resolve this, you may need to update the Rank Math plugin to the latest version (if not already), check for plugin conflicts, or ensure that any custom filters or data structures hooked into the schema system are returning valid arrays rather than strings.Should we disable RANKMATH?
seo-by-rank-math
The ticket ‘plugin conflict on mylibertyhome.co.ke’ is closed to new replies.