Search found 3 matches

by theyunvus
Sun Jan 17, 2010 7:57 pm
Forum: PHP - Code
Topic: PHP script stops arbitrarily with no error - PLEASE HELP!
Replies: 4
Views: 255

Re: PHP script stops arbitrarily with no error - PLEASE HELP!

Well that didn't work... Here are my php.ini values if anyone can help. Array (     [allow_call_time_pass_reference] => Array         (             [global_value] => 1             [local_value] => 1             [access] => 6         )       [allow_url_fopen] => Array         (             [global_va...
by theyunvus
Sun Jan 17, 2010 7:41 pm
Forum: PHP - Code
Topic: PHP script stops arbitrarily with no error - PLEASE HELP!
Replies: 4
Views: 255

Re: PHP script stops arbitrarily with no error - PLEASE HELP!

Your web host may be auto-killing processes exceeding certain thresholds, such as CPU time. I would contact them regarding this issue first. Yeah, I contacted them. They didn't mention anything about that. They just suggested the php.ini bit, which I had already tried, and said they didn't know of ...
by theyunvus
Sun Jan 17, 2010 4:25 pm
Forum: PHP - Code
Topic: PHP script stops arbitrarily with no error - PLEASE HELP!
Replies: 4
Views: 255

PHP script stops arbitrarily with no error - PLEASE HELP!

So I'm running a fairly long script hosted on my 1and1 server. The problem is that it will completely stop processing at seemingly random intervals, usually between 15 minutes and 25 minutes into the script. Each time it is at a different point in the process, too. I immediately thought this was som...