UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

Create Stream Item Fails in 1.2.19

Daniel Pierce · ·
1:58 AM Thursday, 17 July 2014
None
I have created an Extension to post a Stream commend on Easy Social from a Mobile app.

It was working just fine on V1.2.14, but just went to V1.2.19 and it now causes the user to go to an error condition when ever they logon to EasySocial.

After I create a Stream Entry the user Account now get the attached display instead of going to the EasySocial community application. None of the links that are display do anything.

Here is my code that is used to Create the Stream Entry.


$stream = Foundry::stream();
$template = $stream->getTemplate();

$template->setActor($user_id, SOCIAL_TYPE_USER);
$template->setContext($context_id, SOCIAL_TYPE_STORY);
$template->setVerb('create');
$template->setContent($content);

$location = Foundry::table('Location');
$location->latitude = $latitude;
$location->longitude = $longitude;
$template->setLocation($location);

return $stream->add($template);



Please let me know what I'm doing wrong for the new version.

ALSO is there a way to get the user account out of this strange mode or do I need to delete the account and create it again?

Thanks
The replies under this section are restricted to logged in users or users with an active subscription with us