Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPavle Lucic
10,801 PointsProblem with wp site after migration
I have strange problem after migration wp website from web server to localhost for further development.
The website is properly migrated, files are transferet, database uploaded. changed permalinks, and wp-config.
I done a lot of migrating websites.
When i want to go to localhost/website_folder trought url, browser returns me white blank page.
Some advice how to troubleshout?
I looked in xampp logs, but nothing suspicious status founded.
Help?
1 Answer
Rich Bagley
25,869 PointsHi Pavle,
You could try switching on WP_DEBUG in the wp-config.php file. This will display any errors to screen and allow you to identify the issue.
You'll just need to remember to switch this back when done so it doesn't end up switched on in a production environment.
Hope that helps in some way.
-Rich
Pavle Lucic
10,801 PointsPavle Lucic
10,801 PointsI tried. But still nothing. Only blank page.... Maybe is something with php module on apache?
I have no idea how to trobuleshout this problem. I googled, but nothing.