The MU forums have moved to WordPress.org

Error: Expected to be a reference (4 posts)

  1. 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

  2. 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!

  3. 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

  4. SteveAtty
    Member
    Posted 15 years ago #

    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.

About this Topic

  • Started 15 years ago by rknuppel
  • Latest reply from SteveAtty