Fix WordPress 2.9 Ping and Traceback Issues
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:
- 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...
- 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...
- 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...
- 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...















Huh? So fast got bug found already?
.-= Jayce´s last blog ..How to hack Facebook account profile =-.
- spam
- offensive
- disagree
- off topic
Like