RE: [PHP] HEEELP...please

2003-01-10 Thread Ford, Mike [LSS]
-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 line 6

RE: [PHP] HEEELP...please

2003-01-10 Thread pippo
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

Re: [PHP] HEEELP...please

2003-01-10 Thread Marek Kilimajer
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

RE: [PHP] HEEELP...please

2003-01-09 Thread Timothy Hitchens \(HiTCHO\)
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