skip to Main Content

This is what the error message says :

Warning: require(./wp-blog-header.php): failed to open stream: No such file or directory in /home/newapropos/public_html/index.php on line 17

Fatal error: require(): Failed opening required './wp-blog-header.php' (include_path='.:/opt/alt/php73/usr/share/pear') in /home/newapropos/public_html/index.php on line 17

but I don’t know what to change in the line 17 to fix?

2

Answers


  1. I think check your php version should be greater than 7.4

    Login or Signup to reply.
  2. If you need to update your PHP version, you can follow this guide. The update process also depends on if you use Ubuntu, Nginx, or apache, etc… What I shared here is for Ubuntu.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search