Re: [PHP] Failed opening

2003-02-12 Thread Ernest E Vogelsinger
At 13:14 12.02.2003, thkiat said: [snip] >Hi can someone explain to me what is this and how to fix it:- > >Warning: Failed opening '../language/english/admin.php' for inclusion >(include_path='.;c:\apache\php\pear') in >c:\apache\htdocs\exoops\modules\sitemap

Re: [PHP] Failed opening

2003-02-12 Thread Marek Kilimajer
php interpreter wants to include this file, check if it is there - one directory up from SCRIPT_FILENAME, then laguage\english\admin.php thkiat wrote: Hi can someone explain to me what is this and how to fix it:- Warning: Failed opening '../language/english/admin.php' for inclusion (include_pat

[PHP] Failed opening

2003-02-12 Thread thkiat
Hi can someone explain to me what is this and how to fix it:- Warning: Failed opening '../language/english/admin.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\exoops\modules\sitemap\admin\admin_header.php on line 19 Thank you! -- PHP General Mailing List (http:/

Re: [PHP] Failed opening '' for inclusion...

2002-05-30 Thread Jeff Lewis
ff to update the scripts! Jeff - Original Message - From: "Martin Towell" <[EMAIL PROTECTED]> To: "'Jeff Lewis'" <[EMAIL PROTECTED]>; "PHP General" <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 8:33 PM Subject: RE: [PHP] Failed o

RE: [PHP] Failed opening '' for inclusion...

2002-05-30 Thread Martin Towell
Do you have an auto-prepend file? If so, maybe it's in there ??? If not, I'm stumped -Original Message- From: Jeff Lewis [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 10:31 AM To: Martin Towell; PHP General Subject: Re: [PHP] Failed opening '' for inclusi

Re: [PHP] Failed opening '' for inclusion...

2002-05-30 Thread Jeff Lewis
PROTECTED]> Sent: Thursday, May 30, 2002 8:20 PM Subject: RE: [PHP] Failed opening '' for inclusion... > have you looked in php.ini ? > > -Original Message- > From: Jeff Lewis [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 10:19 AM > To: PHP General

RE: [PHP] Failed opening '' for inclusion...

2002-05-30 Thread Martin Towell
have you looked in php.ini ? -Original Message- From: Jeff Lewis [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 10:19 AM To: PHP General Subject: [PHP] Failed opening '' for inclusion... I am running PHP 4.2.1 on Windows XP. I had 4.1.2 running perfectly fine and then

[PHP] Failed opening '' for inclusion...

2002-05-30 Thread Jeff Lewis
I am running PHP 4.2.1 on Windows XP. I had 4.1.2 running perfectly fine and then decided to get MSSQl running as well. So I ran into a problem where it failed to load the DLL. I read through the archives and it said to make sure I have the most up to date DLL, so I then installed 4.2.1. Now, whe