• Sharebar

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:

  1. Windows Live Writer Tip: Fixing WordPress Theme Issues Searching for ways to fix the wordpress theme in windows live writer so the theme imports and renders correctly but...
  2. Tweet Old Post WordPress Plugin Not Working If you use the Wordpress Tweet Old Post plugin, you will want to check and make sure you aren't excluding...
  3. 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....
  4. 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...
  5. WordPress Plugin: Tweet Old Post The Tweet Old Post Wordpress Plugin will help put some life into random old articles by tweeting old articles on...


Enjoy This Article? Subscribe to DragonBlogger.com via Email:

Enter your email address:

Written by  (1514 Articles Published)

Working in the IT Industry for over 10 years and specializing in web based technologies. Dragon Blogger has unique insights and opinions to how the internet and web technology works. An Avid movie fan, video game fan and fan of trying anything and everything new.

Follow Justin Germino on Twitter @dragonblogger