rknuppel
Member
Posted 15 years ago #
I have the latest version of WPMU. I have recently upgraded my Apache to the latest version of PHP. With this latest version I get the following error on all of my WPMU sites. These errors do NOT show up on my general Wordpress sites. Thoughts?
Parameter 1 to az_add_tags() expected to be a reference, value given in /home/sitepath/public_html/wp-includes/plugin.php on line 166
rknuppel
Member
Posted 15 years ago #
line 166 is this:
$value = call_user_func_array($the_['function'], array_slice($args, 1, (int) $the_['accepted_args']));
I'm stuck!
rknuppel
Member
Posted 15 years ago #
Fixed...
FIX:
cd /home/sitepath/public_html/wp-content/mu-plugins/
vi az-kses.php
- Remove the & from the function definition
Its not actually an error though - its just a warning isn't it?
If you've fixed the code then it might be worth letting the developer know.