Error in /src/wpc-third-party.php : Undefined constant “FLRT_SEO_RULES_
-
That happen on update to version : 1.8.5 in WP 6.5.3
Adding a wall for that constant on line 470 of wpc-third-party.php fixed the problem.if (defined("FLRT_SEO_RULES_POST_TYPE")) {
$post_types[ FLRT_SEO_RULES_POST_TYPE ] = FLRT_SEO_RULES_POST_TYPE;
}
Some hypothesis :
I uninstall yoast on that version of the website using it. Maybe that is a edge case ?
Or maybe my options got some trash that the plugin think yoast is still installed.
Would need help to fixed that more precisly. That is a temps fixed to keep the website running.
thank you 🙂
The topic ‘Error in /src/wpc-third-party.php : Undefined constant “FLRT_SEO_RULES_’ is closed to new replies.