1 message in com.mysql.lists.eventum-users[Fwd: Re: also, I should add to this...]
FromSent OnAttachments
Chris King20 Apr 2005 04:04 
Subject:[Fwd: Re: also, I should add to this...]
From:Chris King (chri@completemedicalsolutions.com)
Date:04/20/2005 04:04:41 AM
List:com.mysql.lists.eventum-users

Here are the results...

Fatal error: Call to undefined function: _getsmtpsettings() in /usr/local/apache2/htdocs/eventum2/include/class.mail_queue.php on line 215

Am I missing something here? Thanks, Chris

Joao Prado Maia wrote:

Chris,

Apparently my first email never made it... The problem is this: I'm trying to get outgoing notifications working. The crontab line executes - but the procedures script never finished (hence the leftover pid file). If I run the process script manually it returns no errors on the command line. But there is an error in /var/log/messages that reads "mailed 70 bytes o foutput but got status 0xffffffff)". I'm running qmail - and #mail works for normal mail. Any ideas? my system: apache 2, mysql 4.0.24, php 4.3.10, Mandrake 10.1 and qmail. Could it be a php config issue?

Maybe. Let's change the followings lines of file /path-to-eventum/config.inc.php:

ini_set("display_errors", 0); error_reporting(0);

To:

ini_set("display_errors", 1); error_reporting(E_ALL);

Save the file and try running the process_mail_queue.php script again to see if you get any error output.

--Joao