By maribel on Thursday, 20 October 2016
Posted in General
Likes 0
Views 130
Votes 0
I have a blank page when i add a link of my video (Easy Social) and is not working.
Hi Maribel,

Seems like you're using Joomla 2.5.x which caused some of compatibility issue
Where I've hit this error :
Catchable fatal error: Argument 1 passed to JInput::getArray() must be an array, none given, called in JoomlaFolder/components/com_easysocial/controllers/videos.php on line 245 and defined in JoomlaFolder/libraries/joomla/application/input.php on line 166
I've fix the issue in the file:
JoomlaFolder\components\com_easysocial\controllers\videos.php

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

to

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

Can you please have a try.

If the issue is still persist, don't hesitate to ask
·
Thursday, 20 October 2016 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Work perfect, thanks a lot!
·
Friday, 21 October 2016 03:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Friday, 21 October 2016 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post