Quote:
Originally Posted by dethfire
yeah it works if I uncheck registered
|
I changed my ISP, and commbull started timing out for me during the mailing. I have users-at-once set to 300 users at a time, as I did before.
I noticed that sometimes scripts time out after 30 seconds. It looks like there is a php setting you can make to allow scripts to run longer than 30 seconds - up to 900 seconds, for example.
Code:
set_time_limit(900);
Maybe adding that in near the top would help? I tried it in online.php for example, which sometimes times out on me and I didn't get any errors.
I have just sent my newsletter this month, so I can't test this but if someone who's having timeout problems wants to give it a try... Please let me know if it helps.
Regards,
Matt