jarv Posted November 5, 2010 Share Posted November 5, 2010 hi, I am trying to send an email with an attachment using PEAR, I have installed PEAR and in my email script I am including teh mail.php and mail_mime.php pages but now I get an error: Fatal error: Class 'Mail' not found in /home/fhlinux129/e/edisongray.com/user/htdocs/PEAR/Mail/mail.php on line 51 Line 51: class Mail_mail extends Mail { Link to comment https://forums.phpfreaks.com/topic/217836-installed-pear-installed-mail-but-now-getting-an-error/ Share on other sites More sharing options...
jarv Posted November 5, 2010 Author Share Posted November 5, 2010 ok I am pointing to the other mail.php file now like I should be and I am getting: Warning: require_once(Mail/mimePart.php) [function.require-once]: failed to open stream: No such file or directory in /home/fhlinux129/e/edisongray.com/user/htdocs/PEAR/Mail/mime.php on line 75 Fatal error: require_once() [function.require]: Failed opening required 'Mail/mimePart.php' (include_path='.:/usr/share/pear-php5') in /home/fhlinux129/e/edisongray.com/user/htdocs/PEAR/Mail/mime.php on line 75 Link to comment https://forums.phpfreaks.com/topic/217836-installed-pear-installed-mail-but-now-getting-an-error/#findComment-1130627 Share on other sites More sharing options...
BlueSkyIS Posted November 5, 2010 Share Posted November 5, 2010 Warning: require_once(Mail/mimePart.php) [function.require-once]: failed to open stream: No such file or directory Mail/mimePart.php <- failed to open stream: No such file or directory Link to comment https://forums.phpfreaks.com/topic/217836-installed-pear-installed-mail-but-now-getting-an-error/#findComment-1130684 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.