Mon Sep 21, 2009 3:33 pm |
Replies: 1 |
Views: 4914 |
|
 |
Hi,
After switching to php's latest version 5.2.11 version I'm getting a XML error parsing SOAP payload on line 1: > required error on an import cron job. I was forced to switch to this version ...
|
Sat Jul 12, 2008 7:37 pm |
Replies: 1 |
Views: 4230 |
|
 |
For those of you who might end up having the same problem, check the max_execution_time parameter in your PHP configs.
If you can't change it (by making it higher, obviously), try changing your sc ...
|
Thu Jul 03, 2008 2:51 pm |
Replies: 1 |
Views: 4230 |
|
 |
Hi,
I have loop calling the following function a certain number of times with different parameters.
My problem is that it stops after a while, never on the same record, without a trappable erro ...
|