On Wed, August 8, 2007 9:53 pm, racol wrote: > If I have the "PEAR" directory in my C:\php directory and my php.ini > has a line which reads: include_path = ".;C:\php\pear" why can't my > program find DB.php? > > Can anyone tell me please? Possible causes: The PEAR directory and/or DB.php is not readable by the PHP user. The php.ini you think you are using is not the one you are using. Though, as I recall, you have already checked this with phpinfo. WILD GUESS: You have PEAR in the path and it's in PEAR but PEAR is expecting to add PEAR to the path, so it's trying to look in: C:\php\PEAR\PEAR I've never had PEAR fail, so I dunno what exactly it does in its setup... -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php