| Posted: 13 Oct 2007 12:42 | |
|
Registered User Currently Offline |
Posts: 4 Join Date: Oct 2007 |
|
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 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
| 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 | |
|
Registered User Currently Offline |
Posts: 4 Join Date: Oct 2007 |
| thank youuuuuu | |