PHP Warning: Attempt to read property “ID” on null
-
Getting lots of these in a clients
debug.logfile:PHP Warning: Attempt to read property "ID" on null in .../wp-postratings/wp-postratings.php on line 90Would suggest a check if
$postis valid before using$post->ID, thanks.line 90: $ratings_id = $post->ID;Bug is triggered in
/wp-admin/admin-ajax.phpcalls.WP-PostRatings 1.90
The topic ‘PHP Warning: Attempt to read property “ID” on null’ is closed to new replies.