You can get away without a include path set by ensuring that the path
is absolute eg:

If you have your data for your website as with FreeBSD in
/usr/local/www/data/
you then do the following to include:

** assume you have a "lib" directory in the /data/ area
** moving from platform to platform always has some impact on includes!!

include('/usr/local/www/data/lib/somefile.conf');

I hope this helps... the other way is to set the include paths etc!!



Timothy Hitchens (HiTCHO)
Open Platform Consulting
e-mail: [EMAIL PROTECTED]

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, 10 January 2003 11:00 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] HEEELP...please
> 
> 
> I absolutely cannot understand the include_path directive.
> Can somebody, please, explain this?
> I have a situation that I find absolutely incomprehensible: I 
> moved my 
> experimental web-site from FreeBSD 4.5 running php4 v. 4.0 
> (or something), 
> apache 1.13 where thesite worked just fine to another box 
> with FreeBSD 4.7 
> running php4 v. 4.2.3, apache 1.13.27_1.
> All of a sudden, I get the message:
> Warning: Failed opening '/../lib/somefile.conf' for inclusion 
> (include_path='.:/usr/local/lib/php') in 
> /usr/local/www/html/index.php on 
> line 6
> 
> I can find nothing in the httpd.conf files that could account 
> for this; 
> there is no configuration in them for include_path.
> 
> Obviously, the php file is being parsed correctly, but there 
> is a problem 
> with the line :
> include "$DOCUMENT_ROOT/../lib/somefile.conf".
> 
> It works on one machine, but not on the latest version of 
> php4 an apache.
> 
> I see there are others on the net who have had this problem, 
> but I have not 
> yet found an explanation or a cure.
> 
> HEEEEELP.... please,
> 
> PJ
> 
> 
>   
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


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

Reply via email to