Recent Topics

1 Jul 14, 2006 14:45    

If I go to Red alt Pingback tool http://www.redalt.com/External/pingback.php and put in http://stalltheball.com/index.php/2006/07/13/leaving_an_online_legacy as a pingback address Red Alt bombs out with the following error

Error.
Fault code: -32700 : parse error. not well formedPOST /xmlsrv/xmlrpc.php HTTP/1.0
Host: stalltheball.com
Content-Type: text/xml
User-Agent: The Incutio XML-RPC PHP Library -- RedAlt/Pingomation
Content-length: 364

<?xml version="1.0"?>
<methodCall>
<methodName>pingback.ping</methodName>
<params>
<param><value><string>http://redalt.com/pinged/http%3Astalltheball.com/index.php/2006/07/13/leaving_an_online_legacy</string></value></param>
<param><value><string>http://stalltheball.com/index.php/2006/07/13/leaving_an_online_legacy</string></value></param>
</params></methodCall>

and in particular

No blog is selected!

Have I missed something in the way I have set up the blog?

Blog A was the one used rather than Blog All as suggested by the docs. But from that error message it would appear that the pingback is getting lost due the software not knowing which blog it refers to.

Trackbacks seem fine.

And while I'm here I notice that the feeds display the full post, is there anyway of setting the feed to display the first few lines only?

Regards

John

2 Aug 02, 2006 12:06

wow

384 views and not a single reply

:D

John

4 Aug 03, 2006 16:22

pinging http://demo.b2evolution.net/HEAD/blogs/index.php?blog=3&title=important_information&more=1&c=1&tb=1&pb=1

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&amp;title=important_information&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</string></value></param>
</params></methodCall>

sorry

john

5 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 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 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! :)


Form is loading...