“FATAL ERROR” WHEN INSTALLING WORDPRESS
-
So I am trying to install WordPress on a local hosted server (WampServer), however, i keep getting this error saying that the Load.php file does not exist, yet it does (in the www directory). I tried rebooting the server and removing the files and putting them back in but it still won’t work. I also tried putting the WordPress files in the www directory directly but that didn’t work either.
THESE ARE THE ERRORS:
( ! ) Warning: require_once(C:\wamp64\www\esu_db/wp-includes/load.php): failed to open stream: No such file or directory in C:\wamp64\www\esu_db\wp-load.php on line 51
Call Stack
# Time Memory Function Location
1 0.0015 234976 {main}( ) …\index.php:0
2 0.0025 238048 require( ‘C:\wamp64\www\esu_db\wp-blog-header.php’ ) …\index.php:17
3 0.0034 258584 require_once( ‘C:\wamp64\www\esu_db\wp-load.php’ ) …\wp-blog-header.php:13
—————————————————————-
( ! ) Fatal error: require_once(): Failed opening required ‘C:\wamp64\www\esu_db/wp-includes/load.php’ (include_path=’.;C:\php\pear’) in C:\wamp64\www\esu_db\wp-load.php on line 51
Call Stack
# Time Memory Function Location
1 0.0015 234976 {main}( ) …\index.php:0
2 0.0025 238048 require( ‘C:\wamp64\www\esu_db\wp-blog-header.php’ ) …\index.php:17
3 0.0034 258584 require_once( ‘C:\wamp64\www\esu_db\wp-load.php’ ) …\wp-blog-header.php:13
- The topic ‘“FATAL ERROR” WHEN INSTALLING WORDPRESS’ is closed to new replies.