By Jannik L. on Wednesday, 29 October 2014
Posted in General Issues
Replies 7
Likes 0
Views 754
Votes 0
Just a heads up, the latest version of EasySocial breaks jReviews stream integration. I believe jReviews team is working with Stackideas to solve it, but just wanted to warn you guys not to update a live site until the integration is fixed.
Hi Jannik,

We are actually waiting for a user to provide us with a site's access to proceed to debug with this. And as of now we still are not able to proceed with any investigation.

Is it possible for you to provide us a bug report, reproduce steps, information and also site access so that we can get this fixed as soon as possible?
·
Wednesday, 29 October 2014 15:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure thing! I can definitely provide you all you need.

When you add a listing in jReviews the stream item either doesnt show up, or it shows up with no item name in title... and a link that redirects to home in body.

Media attachments dont work.... and stream items for added media show up with no image and lots of padding.

The link to add listings is: https://statusselect.com/submit-tool-or-resource

Screenshots and site access attached.
·
Wednesday, 29 October 2014 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Ahh thanks for your help in this! I've identified a typo in our codes that causes this.

Unfortunately, this only affects new data and the old data are corrupted. I apologize for this.

I've already applied a fix on your site and can you give it a test to verify that it is alright now?
·
Wednesday, 29 October 2014 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah fantastic, thanks a lot! It works now
·
Wednesday, 29 October 2014 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Great! I'll include this fix and prepare EasySocial for a release tomorrow.
·
Wednesday, 29 October 2014 17:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Great news! I have forwarded this thread to jReviews.
·
Wednesday, 29 October 2014 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Just in case anyone wants to quickly fix this on their site, edit the file /administrator/components/com_easysocial/includes/stream/template.php and at line 313 locate the codes below,


if (!$this->item_params && is_string($params)) {


Replace it with,


if (!$this->item_params && (is_array($params) || is_object($params))) {
·
Wednesday, 29 October 2014 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post