3 messages in com.mysql.lists.eventum-usersRe: cron jobs to process mail que doe...
FromSent OnAttachments
Tim Uckun13 Nov 2007 17:56 
Bryan Alsdorf13 Nov 2007 18:18 
Tim Uckun14 Nov 2007 12:15 
Subject:Re: cron jobs to process mail que does not work after an upgrade to 2.0.1
From:Bryan Alsdorf (bry@mysql.com)
Date:11/13/2007 06:18:53 PM
List:com.mysql.lists.eventum-users

Hi Tim,

Tim Uckun wrote:

I recently upgraded from 1.7.0 to 2.0.1 now I have two problems.

1) The cron jobs which process the mail que does not work. I haven't tried the downloading one yet. The cron job does not report error messages, when I run the script manually I don't get an error message. It just fails silently (no connection to SMTP as far as I can see).

2) Nothing is being written to the errors.log file. Nothing at all from any process. Even when I force an error like trying to include a file that does not exist or include a template that does not exist nothing gets written to the error log.

I have checked the ownership and permissions of the logs directory and log file so that's not a problem. The login_attempts.log is being written to OK.

How can I find out what is going wrong with the email processing?

Sorry to hear you are having so many problems upgrading. Normally it is quite easy (though I am the developer so I do have an advantage). You said nothing is written to the error log, but are there any PHP errors? Try turning on error reporting for eventum:

http://eventum.mysql.org/wiki/index.php/Displaying_PHP_errors

Best Regards, /bryan