slashliu Posted June 15, 2004 Share Posted June 15, 2004 Hi, There~ My email doesn't work!! When I send email by admin/tool/send mail or just during user create account themself I will get these error messages. Fatal error: Call to undefined function: mail() in /usr/local/apache/htdocs/catalog/admin/includes/classes/email.php on line 500 My osc version; osCommerce 2.2-MS2 Server OS: Linux 2.6.3-7mdkcustom Database: MySQL 3.23.58 HTTP Server: Apache/1.3.31 (Unix) PHP/4.3.7 PHP Version: 4.3.7 (Zend: 1.3.0) xoops location: /usr/local/apache/htdocs/ osCommerce: /usr/local/apache/htdocs/catalog I even try email_test.php but I got the error message below: Fatal error: Call to undefined function: mail() in /usr/local/apache/htdocs/catalog/email_test.php on line 15 Regards, Slash~ Link to comment Share on other sites More sharing options...
Guest Posted June 16, 2004 Share Posted June 16, 2004 This is not an OsCommerce error. It is actually lacking the function in php. It hasn't compiled the function sendmail into it at the time it was compiled. Check this link: http://people.paperclip.com.pe/jaguar/writeups/mailerror.php Regards Richard Link to comment Share on other sites More sharing options...
slashliu Posted June 17, 2004 Author Share Posted June 17, 2004 You're right. I recompile PHP and Apache again. And the problem fix. Thank you very much!! :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.