Now for a week I have had the error:
Warning: require_once(Mail.php) [function.require-once]: failed to open stream: No such file or directory in C:\SMS\web_job\project1\sms_service.php on line 5
Fatal error: require_once() [function.require]: Failed opening required 'Mail.php' (include_path='.;C:\Program Files\NuSphere\PhpED\php5\..\include_lib;C:\Program Files\NuSphere\PhpED\php5\PEAR') in C:\SMS\web_job\project1\sms_service.php on line 5
I need to install the PEAR::Mail class and have followed the instructions using
"go-pear.bat" and
"php.exe install Mail" and I also have the line :
include_path = ".;C:\Program Files\NuSphere\PhpED\php5\..\include_lib;C:\Program Files\NuSphere\PhpED\php5\PEAR" in all of my php.ini files, with the correct php dirs of course.
I try to
include/require the
Mail.php class but the fatal error still haunts me.
As I understand, a lot of people use PEAR classes so, what is wrong, how hard can it be?
Please help me, i have a dead line to keep.
/Wiken