local copy of online site is showing blank pages.
-
Hello there.
I am trying to build a local version of a WP site that is actually live. Purpose is to try and build a development and test enviroment.
Some facts :
– The local machine is a Ubuntu Server 12.04 LTS running on a VM on a Mac.
– The apache server and mysql server are up ??
– The apache server is serving to virtual hosts : local.sander.dev and local.xyz.dev. xyz is the live site.
– local.sander.dev is a clean, new WP install and is working as should be.
– local.xyz.dev is a copy of the live site. Copied all files with tar and move it to local machine, un-tar-ed them to the local directory for the local.xyz.dev.
– local.xyz.dev has a copy of the mysql database of the live enviroment on the local machine.
– local.xyz.dev is doing NOTHING :). No errors, no pages, not showing anything.As the copy of the live site is doing absolutly nothing, i tried a few things :
– Simple html file works and displays. Apache can see the seperate site and files.
– Simple php test file works and displays. Apache and Php works, phpinfo shows what is should show. Connecting to a random database works.
– using the incorrect database in wp-config gives me a database connection error as it should. If i use the correct wp-config settings then nothing displays. even wp-amin login is blank.
– corrected the wp_options tables in the database to have the correct and new URL for the site… still nada.
– set all file permissions to 777 and set the ownership of files to the correct apache server user… nada.I am stumped atm… Does anyone have a hint where to look next ?
- The topic ‘local copy of online site is showing blank pages.’ is closed to new replies.