I’m getting this error if I enable debug.
BEGIN 20060604025439
Post contents:Test
Processing — http://chottomatte.net/blog/2006/06/03/sakura/
Page Linked To: http://chottomatte.net/blog/2006/06/03/sakura/
Page Linked From: http://chottomatte.net/blog/2006/06/04/test-123/
Error.
Fault code: -32700 : parse error. not well formed
END: 1149360881
****************************
Anyone knows what’s causing this?
I’m getting this error too, and did some checks to realise that while getting $posts globally the $posts returned is not an array so I implemented a check for $posts if it is an array. Not sure if that breaks the plugin and if I’m making sense since I don’t really know php.