Hi,
I'm attempting to figure out what I need to do to resolve to issues with a new install on a Hostgator account.
Here's the URL for the error display: http://gator846.hostgator.com/~cbrown13/
The errors:
Warning: require_once(/usr/local/apache/htdocs/~cbrown13/ray/modules/global/inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/cbrown13/public_html/inc/header.inc.php on line 193
Fatal error: require_once() [function.require]:
Failed opening required
'/usr/local/apache/htdocs/~cbrown13/ray/modules/global/inc/header.inc.php'
(include_path='.:/usr/lib/php') in /home/cbrown13/public_html/inc/header.inc.php on line 193
If I understand the error correctly, line 193 of header.inc.php is not referencing a correct path. The problem is that I can't seem to find header.inc.php at the referenced location or I don't have access to it?
Am I going in the wrong direction with this?
Thank