Skip to:
Content
Pages
Categories
Search
Top
Bottom

SI Captcha ERROR: func_array() expects parameter 1 to be a valid callback


  • Pisanojm
    Participant

    @pisanojm

    Was going to post this in the SI Captcha forum, but I can’t get into the plugin on BP at the moment.

    I’m getting a weird error with Buddypress 2.9.2 and WP 3.2. I didn’t notice this when I upgraded to 2.9.2, because I didn’t check the registrations page… nobody signed up for a couple of days and I figured something was wrong…

    Here is the error I get after the Captcha is inputted:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in /home/musicpln/public_html/wp-includes/plugin.php on line 405

    Here is the code in plugin.php -LINE 405 is noted…

    ‘ // Sort
    if ( !isset( $merged_filters[ $tag ] ) ) {
    ksort($wp_filter[$tag]);
    $merged_filters[ $tag ] = true;
    }

    reset( $wp_filter[ $tag ] );

    do {
    foreach ( (array) current($wp_filter[$tag]) as $the_ )
    if ( !is_null($the_) )
    call_user_func_array($the_, array_slice($args, 0, (int) $the_)); //THIS IS LINE 405

    } while ( next($wp_filter[$tag]) !== false );

    array_pop($wp_current_filter);’

    Any idea why I would be getting this?

  • The topic ‘SI Captcha ERROR: func_array() expects parameter 1 to be a valid callback’ is closed to new replies.
Skip to toolbar