Hello
I saw this bug on another section of this forum, before realizing that it should be in this section instead, since it's related to AllVideos plugin.
forum.joomlaworks.net/index.php?topic=7364.0
Basically... here's the problem:
Just downloaded today, installed, put the {flv} tags inside one of my article pointing to an existing flash video in my master video folder and bang... same error:
Fatal error: Call to a member function get() on a non-object in /home/xxxxx/public_html/xxxxxxx/plugins/content/jw_allvideos.php on line 55
Any update on how to fix this?
Thanks
And then I found this solution, but I'm really not sure this is the right fix:
Seems like I fixed the problem myself... On line 55 of the jw_allvideos.php file, you have this:
$vfolder = ($params->get('vfolder')) ? $params->get('vfolder') : $pluginParams->get('vfolder','images/stories/videos');
I deleted the first part and the line became this:
$vfolder = $pluginParams->get('vfolder','images/stories/videos');
And the error is now gone... Don't know if this will work for any other folder, but hey... now it works for me!
If there is a more permanent solution, please let us know!
Thanks