WordPress 2.0 not pinging PPS?
Those of you who upgraded to WordPress 2.0 should have problems pinging PPS. Here’s a quick fix. Just slap this SQL statement into phpMyAdmin and it should do the trick.
UPDATE wp_posts SET to_ping = ''
Those of you who upgraded to WordPress 2.0 should have problems pinging PPS. Here’s a quick fix. Just slap this SQL statement into phpMyAdmin and it should do the trick.
UPDATE wp_posts SET to_ping = ''
that’s only a temporary fix. The permanent patch is here: http://blog.serv.idv.tw/2005/12/29/380/