Fatal Error on WordPress how to fix

Status
Not open for further replies.

Deadlight

Senior Member
Jr. VIP
Joined
Sep 16, 2021
Messages
1,054
Reaction score
892
critical error on site, never had this issue.

unable to login to dashboard of wordpress

1. disabled plugins in file manager
2. disabled theme file
3. increased memory limit

replaced domain with example

Error

Warning: Undefined array key "cy" in /home/example/htdocs/www.example.online/wp-content/cachef.php on line 1

Fatal error: Uncaught Error: Undefined constant "cnt" in /home/example/htdocs/www.example.online/wp-includes/user.php:199 Stack trace: #0 /home/example/htdocs/www.example.online/wp-includes/user.php(200): getx() #1 /home/example/htdocs/www.example.online/wp-includes/class-wp-hook.php(310): wp_authenticate_username_password() #2 /home/example/htdocs/www.example.online/wp-includes/plugin.php(205): WP_Hook->apply_filters() #3 /home/example/htdocs/www.example.online/wp-includes/pluggable.php(618): apply_filters() #4 /home/example/htdocs/www.example.online/wp-includes/user.php(106): wp_authenticate() #5 /home/example/htdocs/www.example.online/wp-login.php(1241): wp_signon() #6 {main} thrown in /home/example/htdocs/www.example.online/wp-includes/user.php on line 199
 
Remove cache plugin and try with different browser

And try to delete cachef.php file...
 
wp-content/cachef.php
This file is not Wordpress - it is from some plugin. Try to remove it temporary.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top