PDA

View Full Version : Mass Email - help please


JackG
Tue 3rd Apr '01, 6:47pm
Hello, I have a member count of about 1200. I am running on a Windows NT machine. VB 1.5

When I do a mass mailing.. I set it at 300 at once...
Toward the last page.. i get an error:

somthing like: fatal error: maximum execution time eceeded.. THen I am stuck!

How can I overcome this?

Sean
Tue 3rd Apr '01, 7:59pm
Have to change you php.lib (your php file) to change the max. execution time. Not sure how though...

JackG
Tue 3rd Apr '01, 8:05pm
Thanks Sean.. Anyone with details..please Help!

JackG
Sun 8th Apr '01, 3:04pm
Can anyone help? Developers?

How can I 'up' my Max execution time?

Thanks in advance!

Mike Sullivan
Sun 8th Apr '01, 11:59pm
In your php.ini:
max_execution_time = 30 ; Maximum execution time of each script, in secondsyour just email less users at a time.

JackG
Mon 9th Apr '01, 1:01pm
I hear ya Ed.. But..i do that
all the way down to the 200 a time mark (sucks).
It still crashed at the end.

Mybe when I upgrade to 2.0 it will ok?