Mutley Posted May 31, 2007 Share Posted May 31, 2007 I get a message on a script (The email dispatch program is currently busy. It should be free again in a few moments.), I don't know why, I narrowed it down to this part of code: <?php $ml_body = "ml_body"; $ml_head = "ml_head"; $ml_list = "ml_list"; if (file_exists("./$ml_head")){ echo "<p>"; echo ema_tag("em", "The email dispatch program is currently busy. It should be free again in a few moments."); echo "</p>"; return; } ?> Inside "ml_head" is this: From: Membership Newsletters <members@mysite.co.uk> Reply-To: Membership Newsletters <members@mysite.co.uk> X-Mailer: PHP/4.4.3 Yes, the e-mails are setup correctly. Any ideas? Or ways to bypass it? Quote Link to comment https://forums.phpfreaks.com/topic/53787-what-causes-this-to-happen/ Share on other sites More sharing options...
Psycho Posted May 31, 2007 Share Posted May 31, 2007 It looks as if that script creates a temporary file that should get cleared out. Try renaming that file and try again. On the 2nd test if you get the same error, the part of the script that removes that file is not working. Quote Link to comment https://forums.phpfreaks.com/topic/53787-what-causes-this-to-happen/#findComment-265852 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.