[PHP] PHP Error

2004-02-21 Thread Tim Trimble
May be the cause is, that you've specified some include file with
include('somefile');

but the file doesn't exist in /usr/share/php dir, which is the default path
for include (.inc) files to be saved.

OK, I see your point.  The problem is I don't know what file/ directory it's
looking for, so I don't know where to look for it.  Like I said this a
generic install, I didn't make any changes.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Error

2004-02-21 Thread Tim Trimble
Can anyone tell me what linux and php is asking for here, this dir. and file is at 
this location, and chmoded to 755.

Failed opening required './libraries/grab_globals.lib.php' 
(include_path='.:/php/includes:/usr/share/php') 

I guess what I'm asking is, it says the path is .:/php/includes I can't find that on 
the machine anywere

and /usr/share/php that I did find, and I put the libraries dir. at that location, 
it still says it's not there

What am I doing wrong   Thanks...Tim

[PHP] Error

2004-02-20 Thread Tim Trimble
 I'm stuck.  I'm running a default copy of Redhat 7.2. with PHP - 4.0.6-7  and 
Mysql - 3.23.41-1 running on Apache - 1.3020-16.  When I try to load a php page I get 
this error.


 Warning: Failed opening '/var/www/html/phpadmin/index.php' for inclusion 
(include_path='.:/php/include :/usr/share/php') in Unknown on line 0
 
 Can you direct me to a fix for this...
 
 Thanks...Tim Trimble