install.php "can't display page" error in subdomain installation
-
So here’s the deal – I’m trying to set up a staging environment for my website by creating a subdomain, copying my live database, and then manually installing WordPress. I’m using this guide: https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
I’ve followed all the steps – successfully created the subdomain (https://staging.mywebsite.com), copied and created a new database for the staging site, created and associating a user to access the database, and followed WordPress’ steps for creating a web-config.php file. After setting up the web-config.php file, WordPress tells me it can successfully communicate with my database. Then, when I click Run the install, it gives me an HTTP 500 error and says “The website cannot display the page.” The URL shows install.php at the end, indicating that it is trying to run the install but for some reason can’t.
I’ve quadruple-checked my wp-config.php file and feel pretty confident that all the settings are correct. I contacted my hosting provider (Bluehost) only to spend 3 hours to have them tell me that there is nothing on the server-side that they can do to help me. Does anyone have any advice on what more I can try to do to get the install to work?
As a side note, I am trying to install version 3.5.2 to my staging environment because that is what my live site is currently running. I understand I could probably use Bluehost’s instant WordPress install (which would theoretically work without a hitch), but it would install the latest version of WordPress, which won’t help me in this case, since the point of creating a staging environment was to test what a WordPress upgrade my do to my site. Any help anyone can give would be appreciated.
- The topic ‘install.php "can't display page" error in subdomain installation’ is closed to new replies.