Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #477815

    Hi! I was browsing trough the support side, but didnt exactly find what i was looking for:
    I had the following error message and cannot login back into the admin … can you tell me what to do?
    THANKS
    http://www.notanotheronlineshop.com

    Warning: Parameter 4 to icl_t() expected to be a reference, value given in /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php on line 213

    Warning: Parameter 4 to icl_t() expected to be a reference, value given in /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php on line 213

    Warning: Parameter 4 to icl_t() expected to be a reference, value given in /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php on line 213

    Warning: Parameter 4 to icl_t() expected to be a reference, value given in /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php on line 213

    Warning: Parameter 4 to icl_t() expected to be a reference, value given in /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php on line 213

    Warning: Parameter 4 to icl_t() expected to be a reference, value given in /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php on line 213

    Warning: Parameter 4 to icl_t() expected to be a reference, value given in /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php on line 213

    Warning: Parameter 4 to icl_t() expected to be a reference, value given in /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php on line 213

    Warning: Cannot modify header information – headers already sent by (output started at /data/web/e15683/html/apps/wordpress-25500/wp-includes/plugin.php:213) in /data/web/e15683/html/apps/wordpress-25500/wp-includes/pluggable.php on line 1196

    #478121

    Hey Elvyra!

    Not sure what is going on there but it seems like a problem with your plugin.php file, could you try to overwrite it with a fresh copy of the WordPress version you are using to see if that helps? Also, you could try to rename your plugins folder in order to disable all plugins to see if one of them might be causing the issue.

    Best regards,
    Rikard

    #481250

    Same thing is happening to me!

    #481282

    Hi!

    Have you referred to Rikard’s reply above?
    Please try re-installating WordPress and check if that helps

    Regards,
    Yigit

    #488381

    thats what i found at 213:

    $value = call_user_func_array($the_[‘function’], array_slice($args, 1, (int) $the_[‘accepted_args’]));

    the whole thing:

    do {
    foreach( (array) current($wp_filter[$tag]) as $the_ )
    if ( !is_null($the_[‘function’]) ){
    $args[1] = $value;
    $value = call_user_func_array($the_[‘function’], array_slice($args, 1, (int) $the_[‘accepted_args’]));
    }

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

    array_pop( $wp_current_filter );

    return $value;
    }

    #488646

    Hi,

    Not sure what’s wrong with that code, did you try my suggestions though?

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.