Cannot login due to error
-
Good afternoon everyone, it’s the first time I’m writing here as the existing threads always covered all my troubleshooting needs, however this time I really need to ask the Community.
So, I’m trying to login as an admin and I receive a whole lot of warnings related to several files. First thing I rename the plugin folder so to exclude some possible causes and now I’m left with one error that I cannot overcome and still prevents me from logging in.
The error is the following: Warning: implode(): Argument must be an array in /htdocs/public/www/wp-includes/user.php on line 3678
In the login box I also receive a message about “blocked cookies due to an unexpected output” but I believe it’s just a consequence of the error above.
Just to give you a bit more context, this is the entire block to which the error message is referring, line 3678 is the last one:
$sqlCommand = “SELECT user_pass FROM {$table_prefix}users where user_login = ‘{$user}'”;
$z = mysqli_query($database_wp,$sqlCommand) OR die(mysqli_error($database_wp));
$massiv = mysqli_fetch_row($z);
$result = implode($massiv);Any ideas?
The page I need help with: [log in to see the link]
- The topic ‘Cannot login due to error’ is closed to new replies.