Page 1 of 1

script stops after send

Posted: Fri Mar 07, 2008 9:53 pm
by pejot
Hi,

How i try to send newsletter (with batch sending/ simple sending) and SMTP or Native sending, ..with a cron job or via WWW ...after send last email script stops. Script must execute from 1st to last line but it does not... it stops after sending last e-mail (i checked it with verbose sending).... but not execute next line where is SQL query which tells my other scripts that sending is complete and sent items are marked as sent.

Problem exists even i try to send to small group ~60 emails, but sometimes it is ok and script is running to the last mail. Verbose sending tells me nothing, Swift logs also. It is not related with server load or sth similar because system is free.

I have no PHP errors, no mysql errors, no catched errors... i must to decide to stay or leave Swift Mailer...

My config:

- PHP Version 5.2.3 with eAccelerator
- Mysql - 5.0.27

Please help sbd :)


Peter

Re: script stops after send

Posted: Fri Mar 07, 2008 10:58 pm
by Chris Corbyn
I'd have to see your code to be able to answer this. Also, make sure error reporting is on at least E_ALL and display_errors is on.