Topic-icon Error with Open Graph - EasyBlog Plugin

Active Subscriptions:

None
12 years 11 months ago - 12 years 11 months ago #34266 by bvtechteam
Hello Alex,
We upgraded today to the latest version. There seems to be an error with the Open Graph - EasyBlog plugin. When clicking the read more link on our easyblog blogs it led to an empty page.
The error:

Part of the message is hidden for the guests. Please log in or register to see it.

Part of the message is hidden for the guests. Please log in or register to see it.


Once the plugin is disabled the blogs work as usual.
Can you please advise?
Thank you,
Last edit: 12 years 11 months ago by bvtechteam.
The topic has been locked.
Support Specialist
12 years 11 months ago #34281 by alzander
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
The topic has been locked.