1 wayfinder Dec 13, 2006 11:56
3 wayfinder Dec 13, 2006 23:47
4 blueyed Dec 14, 2006 00:27
I can confirm this. Also for CVS HEAD. Maybe blo.gs/Yahoo has changed something? Or it's "just broken"?
The "last updated" entries on http://blo.gs/ seem a bit old also..
You might want to contact Yahoo!
5 wayfinder Dec 14, 2006 12:11
Looks like they united Yahoo blogs and blo.gs?
I'm not much of a programmer, anybody have an idea if the method for automatic pinging they describe is what b2e is already doing?
6 blueyed Dec 14, 2006 19:04
b2evo uses method 3 and Yahoo! as aquired blo.gs a long time ago already..
See http://trainedmonkey.com/2005/6/14/blo_gs_has_been_acquired_by_yahoo_
7 wayfinder Dec 14, 2006 22:47
hmm, I wonder what else could be causing the error then.
8 benfranske Jan 02, 2007 17:39
I'm also running 1.8.6 and am having this problem. In addition, the technorati.com ping is now having the same problem. I don't see a solution listed here, is there a fix yet?
9 esanchez Jan 03, 2007 10:20
None of the Ping Services work for me within B2evo.
The Best Solution I found was to use PingoMatic.
It works great. http://pingomatic.com.
Edgar
10 robertc Jan 03, 2007 20:03
The RPC URL for Bl.ogs has changed, it now shares the Yahoo URL. I fixed it by editing my _ping.funcs.php file.
Change
$client = new xmlrpc_client('/', 'ping.blo.gs', 80);
To
$client = new xmlrpc_client("/RPC2", "ping.feeds.yahoo.com", 80);
It was on line 169 in my file.
Rob
11 benfranske Jan 05, 2007 00:17
Thanks, I'll fix that in mine. In related news the technorati ping seems to be working again...
Which b2evo version are you using?