Help - Search - Member List - Calendar
Full Version: server lies .:/path question on hosted site.
WorkTheWeb Forums > Webmaster Resources > PHP Help
Support our Sponsors!
I have the same scripts running two sites, but it's kicking everything on
another server out. (and) I'm getting bug eyed looking at this same error,
isn't this just a path problem? It is a hosted (namesecure) site but it's
been over three years since the installs were done and with all the updates
I've forgotten wth is going at ground zero.

It's currently bombing on:
..:/usr/local/php/include

Shouldn't it be like this,

/secure/

I don't even have a php directory, why is this route even there?
/nfs/cust/2/53/07/570352/web

The setup detects environment, but the above shouldn't be correct in a
hosted web should it?

(script death)
=========

Warning: (/secure/setup.php): failed to open stream: No such file or directory
in /nfs/cust/2/53/07/570352/web/secure/admin/funct.php on line 6351

Warning: rc4(): Failed opening '/secure/setup.php' for inclusion
(include_path='.:/usr/local/php/include') in
/nfs/cust/2/53/07/570352/web/secure/admin/funct.php on line 6351

Warning: rc4(/secure/salt.php): failed to open stream: No such file or
directory in /nfs/cust/2/53/07/570352/web/secure/admin/funct.php on line 6352

Warning: rc4(): Failed opening '/secure/salt.php' for inclusion
(include_path='.:/usr/local/php/include') in
/nfs/cust/2/53/07/570352/web/secure/admin/funct.php on line 6352


Any help?


Bill

Xenophaw
<[Email Removed]> wrote:
QUOTE
I have the same scripts running two sites, but it's kicking everything on
another server out.  (and) I'm getting bug eyed looking at this same
error,
isn't this just a path problem?  It is a hosted  (namesecure) site but
it's
been over three years since the installs were done and with all the
updates
I've forgotten wth is going at ground zero.

It's currently bombing on:
.:/usr/local/php/include

Shouldn't it be like this,

/secure/

I don't even have a php  directory, why is this route even there?
/nfs/cust/2/53/07/570352/web

The setup detects environment, but the above shouldn't be correct in a
hosted web should it?

(script death)
=========

Warning: (/secure/setup.php): failed to open stream: No such file or
directory
in /nfs/cust/2/53/07/570352/web/secure/admin/funct.php on line 6351

Warning: rc4(): Failed opening '/secure/setup.php' for inclusion
(include_path='.:/usr/local/php/include') in
/nfs/cust/2/53/07/570352/web/secure/admin/funct.php on line 6351

Warning: rc4(/secure/salt.php): failed to open stream: No such file or
directory in /nfs/cust/2/53/07/570352/web/secure/admin/funct.php on line
6352

Warning: rc4(): Failed opening '/secure/salt.php' for inclusion
(include_path='.:/usr/local/php/include') in
/nfs/cust/2/53/07/570352/web/secure/admin/funct.php on line 6352


Any help?


Bill

Your include path uses the directory in which is the php file and the
directory /usr/local/php/include. But you always try to include a file using
a path that starts with /. I would try removing it, as the path should be
relative.


I hope it can help.
--
Xenophaw


PHP Help | Linux Help | Web Hosting | Reseller Hosting | SSL Hosting
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2006 Invision Power Services, Inc.