Fatal error Feed RSS
-
PHP Fatal error: Uncaught TypeError: property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given in /public_html/wp-content/plugins/complianz-gdpr/class-document.php:3074
I’m receiving this fatal error with the Complianz plugin, and the last version that doesn’t produce the error is 6.4.7. I’ve resolved it by modifying line 3074 of the file with this code:
if (!is_object($post) || !property_exists($post, 'ID')) {
Can you apply this to the plugin so I don’t have to do it with every update? Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal error Feed RSS’ is closed to new replies.