Page 1 of 1

PHP Warning: Parameter 3 to mb_videobot()

Posted: Wed Mar 24, 2010 2:03 am
by jamalqc
Hi,

I Changed the host, and on my log i see the warning :
PHP Warning: Parameter 3 to mb_videobot() expected to be a reference, value given in /home/user1/public_html/libraries/joomla/event/dispatcher.php on line 136

Thankyou

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Thu Apr 01, 2010 3:53 am
by cesarel
Warning: Parameter 3 to mb_videobot() expected to be a reference, value given in /home/MYSITE/public_html/libraries/joomla/event/dispatcher.php on line 136

Having same problem, did you fixed it? anybody? ... please :)

if you have the solution please pm ;)

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Thu Apr 22, 2010 12:37 am
by ayursuman
i had the similar problem of such errror message after changing the hosting of my website
its great trouble some for me due to such error

please anyone write teh solution for this

waiting the support from jooomla experts

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Tue Jun 08, 2010 9:45 pm
by KVS
Hi all, this is my first post here, and I really hope for some help from you, thanks...

I have the same problem as mentioned above. I've googled the problem and from what I can see this is a problem all over on many Joomla! sites.

My error reads;
Warning: Parameter 3 to mb_videobot() expected to be a reference, value given in /home/myroooxa/public_html/libraries/joomla/event/dispatcher.php on line 136

You'll find it on http://www.myroots.no/index.php?option= ... 1&Itemid=2
It's in norwegian, but you will maybe be able to see the problem anyway

I'm running Joomla! 1.5.18, fresh install

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Thu Jun 10, 2010 6:39 pm
by KVS
Ah, finally, found the solution.

There's a plugin that comes with either Jom Social of My Blog called Azrul Video Mambot ver 0.1. Just unpublish this plugin and the error should disappear.

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Tue Mar 01, 2011 9:32 am
by roncse29
KVS wrote:Ah, finally, found the solution.

There's a plugin that comes with either Jom Social of My Blog called Azrul Video Mambot ver 0.1. Just unpublish this plugin and the error should disappear.
Yes. This is the cause of the problem. But what is the solution?

But, I need the plugin, working on my site. Then, what can I do? How can I solve the problem? Please, anyone help me... :'(

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Fri May 13, 2011 2:22 pm
by stavroch
Any solution of this error?

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Sat Jun 11, 2011 6:17 pm
by sumanguj
i unpublished that azrul plugin and it worked. thanx

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Mon Nov 07, 2011 1:19 pm
by diverso
roncse29 wrote:
KVS wrote:Ah, finally, found the solution.

There's a plugin that comes with either Jom Social of My Blog called Azrul Video Mambot ver 0.1. Just unpublish this plugin and the error should disappear.
Yes. This is the cause of the problem. But what is the solution?

But, I need the plugin, working on my site. Then, what can I do? How can I solve the problem? Please, anyone help me... :'(


Hi,

having same issue here, any solutions to this? I'd really need the plug in to work I want my users to be able to upload videos..

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Mon Mar 12, 2012 2:08 pm
by massivescale
Edit plugins/content/azvideobot.php

Change line 8 from
function mb_videobot($published, & $row, & $params, $page=0 ){

to

function mb_videobot($published, & $row, $params, $page=0 ){

(remove ampersand before $params)

Hope it helps. Also, likely there's an update from Azrul, check it out.

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Wed Apr 25, 2012 4:15 pm
by ThePiston
had to disable the plugin in Joomla plugins, not just myblog plugins. I emailed this page to Azrul support

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Sun Jul 29, 2012 5:13 pm
by stevebower
I get this too, moving sites from Windows to Linux hosting. I don't have the Azrul plugin though!

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Sun Aug 05, 2012 12:15 pm
by kenvac
massivescale wrote:Edit plugins/content/azvideobot.php

Change line 8 from
function mb_videobot($published, & $row, & $params, $page=0 ){

to

function mb_videobot($published, & $row, $params, $page=0 ){

(remove ampersand before $params)

Hope it helps. Also, likely there's an update from Azrul, check it out.
It worked for me.. Thanks Dude. Appreciated 8)

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Thu Sep 13, 2012 9:45 pm
by dlm
Changing line 8 worked for me too!! Thanks massivescale!

Re: PHP Warning: Parameter 3 to mb_videobot()

Posted: Fri Jan 11, 2013 10:19 pm
by ironlion37
KVS wrote:Ah, finally, found the solution.

There's a plugin that comes with either Jom Social of My Blog called Azrul Video Mambot ver 0.1. Just unpublish this plugin and the error should disappear.
THANK YOU!!! :D