Plugin Author
WPDO
(@wpdo5ea)
Can you paste the whole error? There should be something more to indicate the file that caused the error under the error message you pasted.
/home/detoximitt/www/wp-content/plugins/dologin/src/auth.cls.php. Message d’erreur : Uncaught Error: Cannot use object of type WP_Error as array in /home/detoximitt/www/wp-content/plugins/dologin/src/auth.cls.php:319
Stack trace:
#0 /home/detoximitt/www/wp-includes/class-wp-hook.php(289): dologin\Auth->wp_login_failed(‘ilann’)
#1 /home/detoximitt/www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
#2 /home/detoximitt/www/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/detoximitt/www/wp-includes/pluggable.php(562): do_action(‘wp_login_failed’, ‘ilann’, Object(WP_Error))
#4 /home/detoximitt/www/wp-includes/user.php(95): wp_authenticate(‘ilann’, ‘ilann2002’)
#5 /home/detoximitt/www/wp-login.php(1197): wp_signon(Array, true)
#6 {main}
thrown
Plugin Author
WPDO
(@wpdo5ea)
@julien1554 Please remove the private info from the log details.
Looks like that error is from previous version. You are on latest v2.8. If you use a fake password for your username to login, will it still show that error?
An error always occurs when I log in with the password of the user name + the year as the admin user of WordPress.
There seems to be a problem when the plugin authentication part is called from WordPress itself.
On my site, I get an error when logging in with username admin and password admin2018.
Disabling this plugin will not cause any issues.
—————
エラータイプ E_ERROR が /home/untangle-user.net/public_html/wordpress/wp-content/plugins/dologin/src/auth.cls.php ファイルの 319 行目で発生しました。 エラーメッセージ: Uncaught Error: Cannot use object of type WP_Error as array in /home/untangle-user.net/public_html/wordpress/wp-content/plugins/dologin/src/auth.cls.php:319
Stack trace:
#0 /home/untangle-user.net/public_html/wordpress/wp-includes/class-wp-hook.php(289): dologin\Auth->wp_login_failed(‘admin’)
#1 /home/untangle-user.net/public_html/wordpress/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
#2 /home/untangle-user.net/public_html/wordpress/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/untangle-user.net/public_html/wordpress/wp-includes/pluggable.php(562): do_action(‘wp_login_failed’, ‘admin’, Object(WP_Error))
#4 /home/untangle-user.net/public_html/wordpress/wp-includes/user.php(95): wp_authenticate(‘admin’, ‘admin2018’)
#5 /home/untangle-user.net/public_html/wordpress/wp-login.php(1197): wp_signon(Array, true)