Okay, I fixed it by commenting out line 300 in wordpress-23-related-posts-plugin/thumbnailer.php
This is the line:
if ($extracted_image === 'empty') { return false; }
So you’ve added a meta value of _wp_rp_image
to posts and ignore if there’s a featured image or not?