[PHP-DB] Re: fatal error with DB.php - solution

2003-07-06 Thread jsWalter
OK, I solved it. It seems that I **HAVE TO**, **MUST**, **NO CHOICE** place my php.ini in C:\WINNT (for NT and 2k) or PHP will not find it. This is a hardcoded path done at compile time. So, since no ini file, PHP was running on default values, thus it could not find DB.php since the default

[PHP-DB] Re: fatal error with DB.php

2003-07-05 Thread jsWalter
OK, I solved it. It seems that I **HAVE TO**, **MUST**, **NO CHOICE** place my php.ini in C:\WINNT (for NT and 2k) or PHP will not find it. This is a hardcoded path done at compile time. So, since no ini file, PHP was running on default values, thus it could not find DB.php since the default

[PHP-DB] Re: fatal error with DB.php

2003-07-04 Thread Pete Morganic
edit the php.ini file and chenge the include paths to being where your isntallation is ; Jswalter wrote: I am trying to use DB.php, but I am getting htis error... Fatal error: main(): Failed opening required 'DB.php' (include_path='.;c:\php4\pear') I can't find this path defined *anywhere* I

[PHP-DB] Re: fatal error with DB.php

2003-07-04 Thread jsWalter
Pete Morganic [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] edit the php.ini file and change the include paths to being where your isntallation is ; Thanks Pete for the idea, but I should give you what I had in my INI... That was the first thing I did... include_path =