transport error – HTTP status code was not 200 after some xmlrpc newPosts
-
I have cron job that runs a php xmlrpc script that calls metaWeblog.newPost in a loop. The posts get added successfully, until, after typically 40 or 50 posts, the script stop with this error:
transport error – HTTP status code was not 200
The error log contained this:
(9)Bad file descriptor: [client 72.167.232.24:44726] mod_fcgid: ap_pass_brigade failed in handle_request_ipc functionWhen I do phpinfo I see that Zend Memory Manager is enabled and memory_limit is 64M. max_execution_time is 30, but I was under the impression that it doesn’t look at that if php is running in the background.
What should I be looking at to solve this?
Thanks
Amber
- The topic ‘transport error – HTTP status code was not 200 after some xmlrpc newPosts’ is closed to new replies.