By P Hughes on Tuesday, 10 March 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 876
Votes 0
Hi

I've just gone to share some news in the "Share what's new..." Box and when i click share i get - Unexpected End Of Input

Could you look into this for me please

Thanks

Steve
Hello Hughes,

This is actually a common issue for joomla 2.5. I've applied the fix inside your /components/com_easysocial/controllers/story.php at line 124 and change the following code:

$post = $this->input->post->getArray();

//replace with

$post = JRequest::get('post');


It should work fine now. Please have a look
·
Tuesday, 10 March 2015 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Worked great thank you
·
Tuesday, 10 March 2015 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Hughes,

You are most welcome. Glad that your issue has been resolved now
·
Tuesday, 10 March 2015 11:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post