Install.php failing at wp-load
-
Hi,
I am installing a brand new WordPress installation. I?ve followed all the steps in the instructions. But when I get to running install.php, I get the empty white screen. I put a couple of echo statements in install.php, and it looks like it?s failing right away here:
/** Load WordPress Bootstrap */
require_once( dirname( dirname( __FILE__ ) ) . ‘/wp-load.php’ );This is on Linux, with Apache, MySqL. I put the wordpress files in a directory called wordpress in the root directory of the website.
I haven?t messed with php in a couple of years, so I?m hoping it?s something simple and obvious. Many thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Install.php failing at wp-load’ is closed to new replies.