Blank wordpress homepage after migration
Hello,
I have finish installing VESTACP on UBuntu 14.4, and also a varnity name server... after the dns propagation my wordpress site is showing blank homepage
Hello,
I have finish installing VESTACP on UBuntu 14.4, and also a varnity name server... after the dns propagation my wordpress site is showing blank homepage
Got the following Errors
**Warning: require(/home/admin/web/healthable.org/publichtmlwp-blog-header.php): failed to open stream: No such file or directory in /home/admin/web/healthable.org/publichtml/index.php on line 17
Fatal error: require(): Failed opening required '/home/admin/web/healthable.org/publichtmlwp-blog-header.php' (includepath='.:/usr/share/php:/usr/share/pear') in /home/admin/web/healthable.org/public_html/index.php on line 17**
can you log into your WordPress site? is it just the home-page that is blank? do you have php set to display errors?
To set PHP to display errors, edit your /etc/php5/apache2/php.ini
find the line that says: display_errors = off
change it to say: display_errors = STDOUT
reload apache: sudo service apache2 reload
now look at your home-page and see if there are any errors