Jump to content

PEAR.php include_path error


freak4

Recommended Posts

I am using this file:

https://github.com/pear/pear-core/blob/master/PEAR.php

 

In one of my mail sending application.

 

But I am getting this error:

 

PHP Warning:  include_once() [<a href='function.include'>function.include</a>]: Failed opening 'PEAR5.php' for inclusion (include_path='/home/path/to/../framework:/home/path/to/../modules:/home/path/to/:.:/usr/lib/php:/usr/local/lib/php') in /home/path/to/modules/PEAR.php on line 730

 

Line 730 has this:

 

if (PEAR_ZE2) {
    include_once 'PEAR5.php';
}

 

Any advice?
 

Link to comment
https://forums.phpfreaks.com/topic/281224-pearphp-include_path-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.