• Resolved tagex27

    (@tagex27)


    Site is throwing an HTTP ERROR 500 when trying to access the site. Error logs mention the following:

    [23-Nov-2021 19:17:11 UTC] PHP Warning:  require_once(/home/np67owf3orbe/public_html/wp-load.php): Failed to open stream: No such file or directory in /home/np67owf3orbe/public_html/wp-blog-header.php on line 13
    [23-Nov-2021 19:17:11 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/np67owf3orbe/public_html/wp-load.php' (include_path='.:/opt/alt/php80/usr/share/pear:/opt/alt/php80/usr/share/php:/usr/share/pear:/usr/share/php') in /home/np67owf3orbe/public_html/wp-blog-header.php:13

    The __DIR__ is in that line. Nothing there seems wrong though, but I’m not sure. I’ve changed php versions up and down and the error keeps remaining the same no matter what php version we’re on. Does anyone know how I can fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Thread Starter tagex27

    (@tagex27)

    Thank you James!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site down after PHP Fatal Error’ is closed to new replies.