NYCPHP Meetup

NYPHP.org

[nycphp-talk] problems with pear stuff

Daniel Convissor danielc at analysisandsolutions.com
Fri Apr 9 13:17:59 EDT 2004


On Fri, Apr 09, 2004 at 01:09:16PM -0400, Greg Faber wrote:
> 
> Fatal error: main(): Failed opening required 'PEAR.php' 
> (include_path='.:/php/includes:/usr/share/php') in 
> /var/www/html/XML/Parser.php on line 21 
> 
> now, I checked and the pear.php is in usr/share not usr/share/php

So, either move the files to /usr/share/php or fix your include_path:

   ini_set('include_path', '/usr/share:.:blahblahblah');

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409



More information about the talk mailing list