Karen over at BlazingMinds ran into some issues with WordPress 2.9 that since the upgrade pings and tracebacks stopped working. A simple tweak to her cron.php solved the issue, the parameter that was changed is related to the timeout, so I assume the 1 ms timeout isn’t sufficient time to acquire or transmit a pingback in most cases.
Simply look for cron_url line and change 0.01 to 1 should resolve the issue if you are having similar problems.
$cron_url = get_option( ’siteurl’ ) . ‘/wp-cron.php?doing_wp_cron’;
wp_remote_post( $cron_url, array(‘timeout’ => 0.01, ‘blocking’ => false, ’sslverify’ => apply_filters(‘https_local_ssl_verify’, true)) );
Though I didn’t notice this issue myself, go read the post over at BlazingMinds and determine if you have the same issue and if this fix resolves yours as well.
-Dragon Blogger
Related posts:
- Ping.FM Shuts off API Support Ping.FM now doesn't allow you to have your API key without emailing support and many 3rd party apps are blocked....
- WordPress 2.9.1 Released: Fixes Pings and Scheduled Posts Wordpress 2.9.1 was released and fixes the issues with pingbacks and scheduled posting that showed up with Wordpress 2.9, upgrade...
- Easily Keep Track of WordPress Scheduled Posts This Wordpress plugin puts a dashboard module showing you all of your scheduled posts and the dates that they are...
- TweetBurn and TweetRoll for your WordPress Blog Added a new TweetRoll widget that shows Twitter statistics and a "hire me" button which displays your SponsoredTweets information in...
- Google Chrome Session Issues Found I was wondering why I was having session and cookie issues with Google Chrome browser where I would log into...
| via FaceBook, Twitter, RSS or Email | ![]() |
Enter your email and subscribe now!
Tags: cron_url, fixing wordpress ping issues, fixing wordpress pingback problems, pingback issues, problems with wordpress, wordpress 2.9 issues, wordpress cron, wordpress cron.php, wordpress feed issues, wordpress ping problems, wordpress pingback problems, wordpress pingbacks, wordpress traceback issues, wordpress traceback problems, wordpress tracebacks, wp-cron









December 21st, 2009 at 7:54 am
Thank you! This will help so many. I’m going to Tweet it.
Heather Kephart´s last blog ..Goals for 2010: Blogging or Writing?
[Reply]
December 21st, 2009 at 8:00 am
Hey there Justin, many thanks for the linky love and for spreading my post

Karen @ Blazing Minds´s last blog ..WordPress Stops Pinging – How To Fix It!
[Reply]
December 21st, 2009 at 1:30 pm
Thank you so much I was looking for a solution for this same problem. Happy that you have made some effort to solve the issue thanks
[Reply]
December 21st, 2009 at 7:41 pm
Thanks for sharing this. But how do I know whether my ping thingy did work or not? I do not want to fix something that is not broken.
link building´s last blog ..Free SEO Tool Called TouchGraph That is Really Helpful for Link Building
[Reply]
December 21st, 2009 at 8:20 pm
Huh? So fast got bug found already?
Jayce´s last blog ..How to hack Facebook account profile
[Reply]