10 messages in com.mysql.lists.eventum-usersRe: Lock File Location
FromSent OnAttachments
Kraer, Joseph27 Feb 2008 09:35 
Georger Araujo27 Feb 2008 09:59 
Kraer, Joseph27 Feb 2008 10:40 
Barry Benowitz27 Feb 2008 10:49 
Georger Araujo27 Feb 2008 10:53 
Jorey Bump27 Feb 2008 10:59 
Kraer, Joseph27 Feb 2008 12:36 
Jorey Bump27 Feb 2008 13:02 
Tomer Horn27 Feb 2008 13:14 
Kraer, Joseph28 Feb 2008 13:15 
Subject:Re: Lock File Location
From:Jorey Bump (li@joreybump.com)
Date:02/27/2008 01:02:57 PM
List:com.mysql.lists.eventum-users

Kraer, Joseph wrote, at 02/27/2008 03:36 PM:

Jorey,

We've been using Eventum since 1.4, and the only time that it did anything like
this, it was due to the cron lock. In this case, none of the default setting
have been changed (cron, email addresses, hostnames, port number, etc.).
Therefore, I doubt that the error is there. Be it as it may, the cron settings
that we're using are as follows:

# run-parts 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly #* * * * * cd /var/www/html/auditeventum/misc; /usr/bin/php -q
process_mail_queue.php

^ It's commented out and is running too frequently. Try this instead:

*/5 * * * * /usr/bin/php -f /var/www/html/auditeventum/misc/misc/process_mail_queue.php

You might want to run it manually, first, to clear your queue. 20,000 emails can take a while to send.

We do have a new tech admin in the IT group, and he had to set it again when we
changed servers.

Then you should also check to make sure your paths are correct, or anything else that may have changed in the move.