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
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
seems to be working now
Got the following Errors
**Warning: require(/home/admin/web/healthable.org/public_htmlwp-blog-header.php): failed to open stream: No such file or directory in /home/admin/web/healthable.org/public_html/index.php on line 17
Fatal error: require(): Failed opening required ‘/home/admin/web/healthable.org/public_htmlwp-blog-header.php’ (include_path=‘.:/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