Tuesday, August 21, 2012

Joomla 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

After upgrading your Joomla server or changing the servers you may experionthe following error message

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


It might be causing due to the Joomla social plugin Azurl Video Manager. Compatibility issue of the plugin with the server update or the new server settings will cause the following.

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

How to remove the above warning from your Joomla website.

First if your not using the plugin simply deactivate it from Joomla plugins.

If you are using this plugin you can do the following change to the plugins/content/azvideobot.php file.

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

to

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

Also, I would recommend you to update the Azrul plug in.
Blog Widget by LinkWithin