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

2002-05-30 Thread Jeff Lewis

Martin,

I appreciate the help...still have NO idea where the php4\pear was coming
from. However, fixed things by turning on register_globals for now. The old
scripts need to be brought up to par to the new methods...so when I was
doing an include_once it wasn't looking for any file.

So off 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 opening '' for inclusion...


> 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 inclusion...
>
>
> Yes and that isn't in there (php4\pear). I looked in the php.ini in
windows
> and in php folders...
>
> Jeff
> - Original Message -
> From: "Martin Towell" <[EMAIL PROTECTED]>
> To: "'Jeff Lewis'" <[EMAIL PROTECTED]>; "PHP General"
> <[EMAIL 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
> > 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 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, when I run my scripts I get this error:
> >
> > 2: Failed opening '' for inclusion (include_path='.;c:\php4\pear')
> >
> > I can NOT find anywhere that this php4\pear is set!
> >
> > Would appreciate any help that could be offered.
> >
> > Jeff
> >
> >
> >
> > --
> > 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
>
>
>
>



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




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 inclusion...


Yes and that isn't in there (php4\pear). I looked in the php.ini in windows
and in php folders...

Jeff
- Original Message -
From: "Martin Towell" <[EMAIL PROTECTED]>
To: "'Jeff Lewis'" <[EMAIL PROTECTED]>; "PHP General"
<[EMAIL 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
> 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 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, when I run my scripts I get this error:
>
> 2: Failed opening '' for inclusion (include_path='.;c:\php4\pear')
>
> I can NOT find anywhere that this php4\pear is set!
>
> Would appreciate any help that could be offered.
>
> Jeff
>
>
>
> --
> 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




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

2002-05-30 Thread Jeff Lewis

Yes and that isn't in there (php4\pear). I looked in the php.ini in windows
and in php folders...

Jeff
- Original Message -
From: "Martin Towell" <[EMAIL PROTECTED]>
To: "'Jeff Lewis'" <[EMAIL PROTECTED]>; "PHP General"
<[EMAIL 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
> 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 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, when I run my scripts I get this error:
>
> 2: Failed opening '' for inclusion (include_path='.;c:\php4\pear')
>
> I can NOT find anywhere that this php4\pear is set!
>
> Would appreciate any help that could be offered.
>
> Jeff
>
>
>
> --
> 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




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 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, when I run my scripts I get this error:

2: Failed opening '' for inclusion (include_path='.;c:\php4\pear')

I can NOT find anywhere that this php4\pear is set!

Would appreciate any help that could be offered.

Jeff



-- 
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