Dolphin emailing me hundreds of times

This morning starting at exactly 12:25AM I started receiving hundreds of emails from my dolphin app. All of them looked like this:

<?

/***************************************************************************
*                            Dolphin Smart Community Builder
*                              -----------------
*     begin                : Mon Mar 23 2006
*     copyright            : (C) 2006 BoonEx Group
*     website              : http://www.boonex.com/
* This file is part of Dolphin - Smart Community Builder
*
* Dolphin is free software. This work is licensed under a Creative Commons Attribution 3.0 License.
* http://creativecommons.org/licenses/by/3.0/
*
* Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Creative Commons Attribution 3.0 License for more details.
* You should have received a copy of the Creative Commons Attribution 3.0 License along with Dolphin,
* see license.txt file; if not, write to marketing@boonex.com
***************************************************************************/

require_once( '/web/http/dolphin/inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'db.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'match.inc.php' );

// - Always finish
set_time_limit( 36000 );
ignore_user_abort();

cupid_email_cron();

?>

====================

This happened to me once before with my test server. It was very bizarre because it never happened again, until now with my live server.

Any ideas?

Quote · 1 Apr 2010

Until we can get the problem figured out, I would change the frequency at which your cron jobs run to maybe once a hour.  This will cut down on the cron jobs Emails until the issue is resolved.

0  */1  *  *  *  Once an hour on the hour.

:-)
Quote · 1 Apr 2010

Is the cron correct? might be that the path to your php executable needs to be defined / is incorrectly defined.

Dolphin - Ajax Masturbation
Quote · 6 Apr 2010

I'm not sure how its supposed to be. I only copied and pasted from the install instructions for 6.1.6

Quote · 6 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.