header.inc.php on line 173 - Please Help
QuoteSep 12, 2008 22:210 likesLike
 

Warning: require_once(/home/content/a/n/t/antdazet/html/ray/modules/global/inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/a/n/t/antdazet/html/mylsuspace/inc/header.inc.php on line 173

Fatal error: require_once() [function.require]: Failed opening required '/home/content/a/n/t/antdazet/html/ray/modules/global/inc/header.inc.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/a/n/t/antdazet/html/mylsuspace/inc/header.inc.php on line 173

QuoteSep 12, 2008 22:330 likesLike
 

Whats with the /a/n/t path?  Check your path is correct.

Warning: require_once(/home/content/a/n/t/antdazet/html/ray/modules/global/inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/a/n/t/antdazet/html/mylsuspace/inc/header.inc.php on line 173

Fatal error: require_once() [function.require]: Failed opening required '/home/content/a/n/t/antdazet/html/ray/modules/global/inc/header.inc.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/a/n/t/antdazet/html/mylsuspace/inc/header.inc.php on line 173

There are none so blind as those that will not see.
QuoteSep 12, 2008 22:400 likesLike
 

This is share hosting on a domain that i own.

its with Godaddy

QuoteSep 12, 2008 22:440 likesLike
 

Godaddy is infamous for its problems in running Dolphin scripts.... Do a search on here with godaddy as the search criteria to learn more.

I would still check your site path as /a/n/t/ would appear to be unnecessary.

This is share hosting on a domain that i own.

its with Godaddy

There are none so blind as those that will not see.
QuoteSep 14, 2008 22:510 likesLike
 

Recheck paths for Ray and Dolphin in its /inc/header files (for ray and dolphin I mean)

It must have same subdirectory.

like

server_parh_home/public_html/your_dolphin_dir/    for inc\header.inc.php

and

server_parh_home/public_html/your_dolphin_dir/inc/header.inc.php    for ray\modules\global\inc\header.inc.php

hope you understand.

QuoteSep 19, 2008 14:490 likesLike
 

 

Recheck paths for Ray and Dolphin in its /inc/header files (for ray and dolphin I mean)

It must have same subdirectory.

like

server_parh_home/public_html/your_dolphin_dir/    for inc\header.inc.php

and

server_parh_home/public_html/your_dolphin_dir/inc/header.inc.php    for ray\modules\global\inc\header.inc.php

 

hope you understand.

 

Excuse me , What do you mean for that , I must put

Site URL  : /home/nogom/public_html/your_dolphin_dir/

Directory root  : /home/nogom/public_html/your_dolphin_dir/inc/header.inc.php

 

Note : Nogom is username my share host

QuoteSep 21, 2008 22:310 likesLike
 

Yes, right,

I just mean that that in both header.inc.php must be same path

/home/XXX_host/public_html/your_dolphin_dir/

QuoteSep 25, 2008 08:470 likesLike
 

Hi,

 

I have same issue on my newly installed site on a Linux subdomain:

 

Warning: require_once(/usr/local/apache/htdocs/~emarketi/boonex/ray/modules/global/inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/emarketi/public_html/boonex/inc/header.inc.php on line 173

Fatal error: require_once() [function.require]: Failed opening required '/usr/local/apache/htdocs/~emarketi/boonex/ray/modules/global/inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketi/public_html/boonex/inc/header.inc.php on line 173'

 

Here is the code on the boonex/inc/header.inc.php file from line 172 to 176:

 

172 //--- Ray Integration ---//

173 require_once($dir['root'] . "ray/modules/global/inc/header.inc.php");

174 require_once($dir['root'] . "ray/modules/global/inc/content.inc.php");

175 //--- Ray Integration ---//

176 ?>

 

Had a look in the ray/modules/global/inc/ folder and both the files are there with chmod settings of 644. Any idea's?

 

Thanks!

 

Stuart

QuoteJan 27, 2009 08:390 likesLike
 

I have solved this problem.
If you read

http://www.boonex.com/trac/dolphin/wiki/DetailedInstall
The hint was there.

On install (2nd screen?) - you have Script Paths.
After running around in circles I finaly noticed the
The installer was getting it wrong on Directory Root.
(Path to directory where your php script files stored.
/path/to/your/script/files/ )
IGNORE THE GREEN OK !
On shared hosting make sure it´s something
like
/home/myaccount/public_html/
Dont´t forget the last trailing slash

;)

_________________________

More Problems can come along with header.inc files not writing properly.

Follow this thread for that

http://www.boonex.com/unity/blog/entry/Title_2008_03_03