»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> WAMP / Frequently Asked Questions / Need Help...i have installed WAMP in D drive, and pear is not working????
Posted:  13 Oct 2007 12:42
it is checking for pear.php file..., i have set path in enviornment variables, but it still doesn't work..,
it is showing that pear.php file not found and showing the include path include_path='.;C:\php5\pear'

as i have installed WAMP in d: drive how it is taking this path any solution..plz help?

this is error i am having:-

Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in D:\wamp\www\pearex\database\DB.php on line 30

Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='.;C:\php5\pear') in D:\wamp\www\pearex\database\DB.php on line 30
Posted:  15 Oct 2007 12:13
Did you actually install PEAR? PEAR installation should add the PEAR directory to PHP's include_path. If this was not done properly, fix in your php.ini in Windows directory.
Posted:  30 Nov 2007 11:35
thank youuuuuu