register_globals = on
somewhere in php.ini
[EMAIL PROTECTED] wrote:
At 12:01 PM 1/10/2003 +, you wrote:
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 10 January 2003 01:00
>
> All of a sudden, I get the message:
> Warning: Failed opening '/../li
At 12:01 PM 1/10/2003 +, you wrote:
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 10 January 2003 01:00
>
> All of a sudden, I get the message:
> Warning: Failed opening '/../lib/somefile.conf' for inclusion
> (include_path='.:/usr/local/lib/php') in
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 10 January 2003 01:00
>
> 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
>
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 al
4 matches
Mail list logo