• Went to login to my admin panel and am getting this:

    PHP Fatal error: Class ‘WP_Automatic_Updater’ not found in /home1/nosaints/public_html/wp-includes/update.php on line 498

    Where can I begin to fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ok you probably have a plugin or something in functions.php that relies on a modified wp-includes/update.php file. Since you’ve recently updated that file has changed and so that modification is gone. You’ll have to go in and change it or somehow turn off the functions or plugin.

    Thread Starter Philbeaux

    (@philbeaux)

    Actually, what I did was delete all the files in my wp-admin folder and replaced with files from a new install of those WordPress files.

    Seems to be working.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can't Access Backend. Getting PHP Fatal Error’ is closed to new replies.