0

I have a script that auto posts to wordpress using the XML-RPC option.

I have two blogs set up (on different servers, both Linode VPS's) and a third Linode VPS.

The third server submits the XML RPC post to both other servers and posts on both of them without any problems.

I have recently bought a shared hosting account (on CrocWeb if it makes any difference), and for some reason, I can't get the XML-RPC script to post to that server (from the same third Linode VPS).

I have compared the phpinfo on both, looks pretty much the same. Can you think of anything?

Note: I have contacted Crocweb support and they have added a rule on their firewall to allow access from my third Linode VPS, further to that, I can wget the crocweb server's homepage from the third VPS, so it's not a firewall issue I guess.

Thanks!

jamm1ng
  • 47

1 Answers1

1

I encountered the same kind of problem a few weeks ago. I use the IXR PHP Library, and I was unable to post new article to Wordpress.

I discovered a bug or incompatibility with the new version of the xmlrpc.php file. I reverted this file to a previous version and everything went back to normal.

Jul
  • 11