1 jwtimmons Jul 14, 2006 14:45
3 blueyed Aug 02, 2006 17:55
Can you test it using the demo site (http://demo.b2evolution.net/HEAD/blogs/ and http://demo.b2evolution.net/stable/blogs/ if you want to test it with the 1.8 release)?
If you can reproduce it there or get another error, I'll look into it - the CVS HEAD does not have "No blog selected" anywhere, so this might be fixed - or fail differently.. ;)
4 jwtimmons Aug 03, 2006 16:22
Response:
Error.
Fault code: -32300 : transport error - HTTP status code was not 200POST /HEAD/blogs/xmlsrv/xmlrpc.php HTTP/1.0
Host: demo.b2evolution.net
Content-Type: text/xml
User-Agent: The Incutio XML-RPC PHP Library -- RedAlt/Pingomation
Content-length: 478<?xml version="1.0"?>
<methodCall>
<methodName>pingback.ping</methodName>
<params>
<param><value><string>http://redalt.com/pinged/http%3Ademo.b2evolution.net/HEAD/blogs/index.php%3Fblog%3D3%26title%3Dimportant_information%26more%3D1%26c%3D1%26tb%3D1%26pb%3D1</string></value></param>
<param><value><string>http://demo.b2evolution.net/HEAD/blogs/index.php?blog=3&title=important_information&more=1&c=1&tb=1&pb=1</string></value></param>
</params></methodCall>
sorry
john
5 blueyed Aug 03, 2006 17:42
jwtimmons, it seems like for pingbacks the "p=X" param is required.. a post does not get detected by "title=...".
Try finding the ID of the post and replace the "title=..." part in the link by "p=ID".
6 marksdencom Aug 29, 2006 08:19
Getting the same problem when trying with http://marksden.com/myblog/index.php/agt
Response:
Error.
Fault code: -32700 : parse error. not well formedPOST /myblog/xmlsrv/xmlrpc.php HTTP/1.0
Host: marksden.com
Content-Type: text/xml
User-Agent: The Incutio XML-RPC PHP Library -- RedAlt/Pingomation
Content-length: 306
<?xml version="1.0"?>
<methodCall>
<methodName>pingback.ping</methodName>
<params>
<param><value><string>http://redalt.com/pinged/http%3Amarksden.com/myblog/index.php/agt</string></value></param>
<param><value><string>http://marksden.com/myblog/index.php/agt</string></value></param>
</params></methodCall>
No blog is selected!
I'm lost.
7 fplanque Aug 29, 2006 15:30
The pingback code is severely flawed. It is completely removed from version 1.9 .
If you guys are into the xml stuff here, I invite you to rewrite pingback as a nice & clean plugin! :)
wow
384 views and not a single reply
:D
John