Re: [PHP] Help with include path

2003-02-03 Thread Knut H. Hassel Nielsen
On Sun, 2 Feb 2003, César Aracena wrote:

 Hi all,

 I'm sorry for this re-post, but I do need help with this URGENT...

 I just finished loading the OS to my PC once again, installed and
 configured IIS and then installed PHP 4 but now, every page I try to open
 tells me:

 Failed opening required '/icaam7/lib/stdlib.php'
 (include_path='.;c:\php4\pear')

 even when my php.ini (under Windows folder) tells me that the include_path
 is:

 include_path = .;c:\php\includes;/

 and no matter how I change this line in php.ini, the include_path appears
 to be set ONLY to c:\php4\pear

 Any ideas on how to change that??? Is there another php.ini file around?

Have you compiled PHP to use the PATH to your php.ini, or is it using another
one?

Check to see if there's another php.ini lying around.

-- 
Knut
--
Knut H. Hassel Nielsen, [EMAIL PROTECTED]
Divisional Engineer, Office : ITS 207
IDI NTNU, Sem Saelands vei 7-9
N-7491 Trondheim, Norway
Phone (+47) 73 59 18 46 Fax (+47) 73 59 44 66

And on the seventh day, He exited from append mode.


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




[PHP] Help with include path

2003-02-02 Thread César Aracena
Hi all,

I just finished loading the OS to my PC once again, installed and
configured IIS and then installed PHP 4 but now, every page I try to open
tells me:

Failed opening required '/icaam7/lib/stdlib.php'
(include_path='.;c:\php4\pear')

even when my php.ini (under Windows folder) tells me that the include_path
is:

include_path = .;c:\php\includes;/

and no matter how I change this line in php.ini, the include_path appears
to be set ONLY to c:\php4\pear

Any ideas on how to change that??? Is there another php.ini file around?

Thanks in advance
---
Cesar Aracena
[EMAIL PROTECTED]
http://www.icaam.com.ar
Cel: +54.299.635-6688
Tel: +54.299.477-4532
Fax: +54.299.477-7773
Cipolletti, Rio Negro
R8324BEG
Argentina




---
Soluciones profesionales en
 Internet y Comunicaciones
  http://www.icaam.com.ar



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




[PHP] Help with include path

2003-02-02 Thread César Aracena
Hi all,

I'm sorry for this re-post, but I do need help with this URGENT...

I just finished loading the OS to my PC once again, installed and
configured IIS and then installed PHP 4 but now, every page I try to open
tells me:

Failed opening required '/icaam7/lib/stdlib.php'
(include_path='.;c:\php4\pear')

even when my php.ini (under Windows folder) tells me that the include_path
is:

include_path = .;c:\php\includes;/

and no matter how I change this line in php.ini, the include_path appears
to be set ONLY to c:\php4\pear

Any ideas on how to change that??? Is there another php.ini file around?

Thanks in advance

---
Cesar Aracena
[EMAIL PROTECTED]
http://www.icaam.com.ar
Cel: +54.299.635-6688
Tel: +54.299.477-4532
Fax: +54.299.477-7773
Cipolletti, Rio Negro
R8324BEG
Argentina


---
Soluciones profesionales en
 Internet y Comunicaciones
  http://www.icaam.com.ar



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




Re: [PHP] Help with include path

2003-02-02 Thread John Nichel
Make a php file with nothing but this in it

?php

phpinfo();

?

...and hit that in your browser.  It will tell you the location of the 
ini that it is using.

César Aracena wrote:
Hi all,

I'm sorry for this re-post, but I do need help with this URGENT...

I just finished loading the OS to my PC once again, installed and
configured IIS and then installed PHP 4 but now, every page I try to open
tells me:

Failed opening required '/icaam7/lib/stdlib.php'
(include_path='.;c:\php4\pear')

even when my php.ini (under Windows folder) tells me that the include_path
is:

include_path = .;c:\php\includes;/

and no matter how I change this line in php.ini, the include_path appears
to be set ONLY to c:\php4\pear

Any ideas on how to change that??? Is there another php.ini file around?

Thanks in advance

---
Cesar Aracena
[EMAIL PROTECTED]
http://www.icaam.com.ar
Cel: +54.299.635-6688
Tel: +54.299.477-4532
Fax: +54.299.477-7773
Cipolletti, Rio Negro
R8324BEG
Argentina


---
Soluciones profesionales en
 Internet y Comunicaciones
  http://www.icaam.com.ar






--
By-Tor.com
It's all about the Rush
http://www.by-tor.com


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




RE: [PHP] Help with include path

2003-02-02 Thread John W. Holmes
 I just finished loading the OS to my PC once again, installed and
 configured IIS and then installed PHP 4 but now, every page I try to
open
 tells me:
 
 Failed opening required '/icaam7/lib/stdlib.php'
 (include_path='.;c:\php4\pear')

Since there's a slash at the beginning, it's looking for
c:\icaam7\lib\stdlib.php to require() into the file. Is that right, or
should it be looking relative to the original file?
 
 even when my php.ini (under Windows folder) tells me that the
include_path
 is:
 
 include_path = .;c:\php\includes;/
 
 and no matter how I change this line in php.ini, the include_path
appears
 to be set ONLY to c:\php4\pear
 
 Any ideas on how to change that??? Is there another php.ini file
around?

Did you restart your webserver?

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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