Getting error in Index.php file while moving site from server to localhost
-
I have my website running on a hosting server. Now i am planning to do some changes by downloading it on the local server. I followed every step mentioned in
https://www.wpbeginner.com/wp-tutorials/how-to-move-live-wordpress-site-to-local-server/
But after running the localhost website, i am getting errors regarding the header missing like,1 0.0005 237376 {main}( ) …\index.php:0
2 0.0008 240448 require( ‘C:\wamp64\www\mysite\wp-blog-header.php’ ) …\index.php:17
3 0.3159 21140712 require_once( ‘C:\wamp64\www\mysite\wp-includes\template-loader.php’ ) …\wp-blog-header.php:19
4 0.3839 21158200 include( ‘C:\wamp64\www\mysite\wp-content\themes\boardwalk\index.php’ ) …\template-loader.php:75
5 2.5121 21621536 get_footer( ) …\index.php:46
6 2.5121 21622176 locate_template( ) …\general-template.php:84
7 2.5124 21622352 load_template( ) …\template.php:531
8 2.5134 21643312 require_once( ‘C:\wamp64\www\mysite\wp-content\themes\boardwalk\footer.php’ ) …\template.php:572
9 2.5519 21688048 fopen ( ) …\footer.php:38I have checked the paths and they are correct. Can anyone please tell me what i am doing wrong?
[Moderator’s note: moved to How-To and Troubleshooting]
- The topic ‘Getting error in Index.php file while moving site from server to localhost’ is closed to new replies.