Title...
hi I get this erorr afther installation !
Warning: require_once(/usr/local/apache/htdocs/~hamaynk/ray/modules/global/inc/header.inc.php) [
function.require-once]: failed to open stream: No such file or directory in
/home/hamaynk/public_html/inc/header.inc.php on line
161 Fatal error: require_once() [
function.require]: Failed opening required '/usr/local/apache/htdocs/~hamaynk/ray/modules/global/inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/hamaynk/public_html/inc/header.inc.php on line
161
How i can fix this ?!
Regards
There will be some thing called
$site['dir']= '/usr/local/apache/htdocs/~hamaynk/';
Replace it with
$site['dir']= '/home/hamaynk/public_html/';
This will fix your problem.
but i get the new errors now in admin i get this
Warning: include(/usr/local/apache/htdocs/~hamaynk/inc/header.inc.php) [function.include]: failed to open stream: No such file or directory in /home/hamaynk/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: include() [function.include]: Failed opening '/usr/local/apache/htdocs/~hamaynk/inc/header.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hamaynk/public_html/ray/modules/global/inc/header.inc.php see more
$dir['root'] = '/home/hamaynk/public_html/';
I think this was what praveenkv1988 contemplated
And hide or delete this line $site['dir']
ray/modules/global/inc/header.inc.php
include("/home/hamaynk/public_html/inc/header.inc.php");
$sRootURL = $site['url'];
$sRayHomeDir = "ray/";
this was copied from my ray/modules/global/inc/header.inc.php file, it looks like I have no direction to my info and I have the same errors.
Warning: require_once(/home/content/r/e/d/redheadventure/html/ray/modules/global/inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/r/e/d/redheadventure/html/fancydates/inc/header.inc.php on line 172
Fatal see more