> Maybe the validateEmail function is getting you, if you're behind a
firewall or
> a strong filter, you may be experiencing the minute timeout deal on that
> function:

It's true that the validateEmail function will take a long time if you're
far away from the user's domain.  Consider that it's connecting to that
user's mail exchanger and make sure the user will be accepted.  If you don't
care about bounced order summaries, then you can comment it out like Kelley
said.

Also, make sure you haven't disabled the code around the part the calls
action modules.  It's making it so that user's can't abort a request, and
it's turning off the time limit for execution.  That means that no matter
how long it takes to run that code, it must finish.

Leon




------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to