Debugging XML RPC posting from google docs
-
I’m having problems with XMLRPC posting from google docs. Although I have this working perfectly well in many cases, there are some docs which just fail. From the google side, it all looks fine. From the wordpress end, nothing. No posts appear, not even mangled ones.
I’ve been struggling with trying to debug this, and been floored at the first hurdle. I’ve tried adding define( ‘WP_DEBUG’, true ); to wp-config.php. I’ve also tried setting $xmlrpc_logging = 1 in xmlrpc.php. But, for the life of me, I can’t find where this logging information goes. This is making me feel very stupid and minimising the chance of me debugging anything. Interestingly, xmlrpc_logging results in errors from google end, so something is clearly happening.
Just to give my background, I am a reasonable hacker, but I have very little PhP or WordPress specific experience. I’m capable of debugging things, but I would very much appreciate a few pointers in on the general process. As I say, this is making me feel daft at the moment.
Setup:
WordPress 3 (a couple of different versions, tried it in several places).
Ubuntu 10.10
Google docs, erm, doesn’t have a version number.Thanks in advance.
Phil
- The topic ‘Debugging XML RPC posting from google docs’ is closed to new replies.