Fatal error after password change
-
My scenario: I’m logged in on multiple devices.
If I change my password using custom script (or within wp-admin) on one device, the other devices will start showing this error upon refresh.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /home/…/public_html/wp-includes/class-wp-hook.php on line 292
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /home/…/public_html/wp-includes/class-wp-fatal-error-handler.php on line 80
I’ve tried – and don’t work:
– Log the user out of everywhere in wp admin
– Terminate session in WP CerberThings that work to fix it:
– Clear browser cache (but I can’t rely on people to do this)
– Disable WP Cerber (then a refresh will take back to login page as it should)This problem seems to be only with WP Cerber, as that is the only plugin I need to disable in order for the error to go away.
WP Cerber activity log shows “Login failed – Invalid cookies”
Any ideas or similar conditions you’ve ran into?
Any help would be greatly appreciated – Thanks!
The topic ‘Fatal error after password change’ is closed to new replies.