We're looking into the cause of this and aren't exactly sure why you'd be seeing that error. Can you let me know the following:
* What version of EasyBlog are you using?
* Does the blog post have an image in the 'full text' area?
* Did you configure an 'object' in JFBConnect for your EasyBlog posts, and, if so, how did you configure the image selection setting?
For now, if you want, you can edit the /plugins/opengraph/easyblog/easyblog.php file. Around line 121, you'll see:
if ($image_type == 'custom_image_category' || $image == '')
{
$tmpImage = SCArticleContent::getEasyBlogCategoryImage($item->category_id);
if($tmpImage != '')
$image = $tmpImage;
}Comment that whole block out and that will prevent the error while we investigate further.
Thanks,
Alex