-
AuthorPosts
-
July 23, 2015 at 4:47 pm #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.comWarning: 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
July 24, 2015 at 10:53 am #478121Hey 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,
RikardJuly 31, 2015 at 11:21 am #481250Same thing is happening to me!
July 31, 2015 at 12:24 pm #481282Hi!
Have you referred to Rikard’s reply above?
Please try re-installating WordPress and check if that helpsRegards,
YigitAugust 16, 2015 at 3:23 pm #488381thats 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;
}August 17, 2015 at 7:51 am #488646 -
AuthorPosts
- You must be logged in to reply to this topic.