7 messages in com.mysql.lists.eventum-usersRe: getsmtpsettings function
FromSent OnAttachments
Chris King20 Apr 2005 09:49 
Bryan Alsdorf20 Apr 2005 10:06 
Chris King20 Apr 2005 11:13 
Joao Prado Maia20 Apr 2005 12:10 
Chris King20 Apr 2005 12:17 
Matthew Dickinson20 Apr 2005 12:20 
Matthew Dickinson20 Apr 2005 12:23 
Subject:Re: getsmtpsettings function
From:Chris King (chri@completemedicalsolutions.com)
Date:04/20/2005 11:13:33 AM
List:com.mysql.lists.eventum-users

Bryan, Thanks - I did check - it looks like I had the 1.5version. I downloaded the 1.5.2 version and got a gzip error (not valid format). I tried this from two different mirror sites and had the same problem. I am missing something here? (I'm going to try the 1.5.1 version) Thanks, Chris

Bryan Alsdorf wrote:

What version of Eventum are you running? This was fixed in Eventum 1.5.1.

Regards, /bryan

Chris King wrote:

Is there a document that shows how or why I'm getting this error? Any idea what it could be related to? I did a grep -R for getsmtpsettings and didn't find anything. Is this a problem with my compilation of PHP? Thanks, Chris

-------- Original Message -------- Subject: [Fwd: Re: also, I should add to this...] Date: Wed, 20 Apr 2005 06:05:03 -0500 From: Chris King <chri@completemedicalsolutions.com> To: even@lists.mysql.com

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