wordpress welcome page issues
-
I am migrating a wordpress site from GoDaddy to DreamHost. The welcome.php page that seemed to work fine in GD is having issues in DH.
WordPress application works fine. All links and functionality (posting, search, etc) working. You can access it here: https://www.appropriateit.org/index.php
There is a page outside of the WordPress themes setup to act as the splash home page: https://www.appropriateit.org/welcome.php
This page is the troublemaker – it either draws a blank or displays an error. I narrowed the issue to the require(‘./wp-blog-header.php’); in the welcome.php file. Here are some of the things that has been tried:
1. Setting it to require(‘wp-blog-header.php’); results in a blank page.
2. Setting it to require(‘../wp-blog-header.php’); results in an error that you can see now. Have tried different path permutations from ./, ../../, /home/appropriateit/appropriateit.org/, etc. None works.
3. Tried moving welcome.php to different directories – wp-content, themes, themes/site theme. Nothing helped.Now I am stuck. Please help. Any suggestions or pointers would be much, much appreciated.
TIA,
nadodi
- The topic ‘wordpress welcome page issues’ is closed to new replies.