drillsar Posted March 30, 2006 Posted March 30, 2006 Getting this error and dont know why? Fatal error: Call to undefined function mail() in /srv/www/htdocs/catalog/includes/classes/email.php on line 522 I have my own server and tested my server if I get messages and I do im using postfix.. I have my email like From root@localhost and to drillsar@localhost is that the problem?
drillsar Posted March 30, 2006 Author Posted March 30, 2006 Getting this error and dont know why? Fatal error: Call to undefined function mail() in /srv/www/htdocs/catalog/includes/classes/email.php on line 522 I have my own server and tested my server if I get messages and I do im using postfix.. I have my email like From root@localhost and to drillsar@localhost is that the problem? If you are getting a blank page in checkout_process go to php.ini and look for the line display_errors and make sure its On. Then if you get the error like me most likely your ISP blocks port 25 you can do this: go to /etc/services and look for smtp change both of these to another port im using port 5521 Then it should work
Recommended Posts
Archived
This topic is now archived and is closed to further replies.