Posts Tagged ‘WordPress 2.0.6’

Updated To WordPress 2.0.6 And FeedBurner Fix

Posted on January 2007 at about 1:18 AM by hwa

Just updated my WordPress to the latest version, WordPress 2.0.6, and also applied the FeedBurner fix, where sometime FeedBurner will return an error telling that you have invalid xml, or an error message like below:

Your server disconnected us before sending the full source feed content. If your blogging platform is TextPattern, this is a known bug, and a fix can be found here: http://forum.textpattern.com/viewtopic.php?id=11247

Here’s an explanation from NeoSmart:

Explanation

FeedBurner uses something called “Conditional Get requests” to ask your server whether or not the page has changed since the last it viewed it, in order to save you some bandwidth. Depending on how popular your site is, FeedBurner may hit up your feed up to hundreds of times a day, so this is a really good idea! Unfortunately, in WordPress 2.0.6, your site doesn’t respond in a way that FeedBurner recognizes. The 304 headers it sends back to let it know that the content hasn’t changed are malformed and corrupt – and FeedBurner has no idea what they mean.

To fix this problems is easy, all you have to just open up your functions.php inside your wp-includes folder, go to line 2231, 2233 and 2234 and comment out this three lines, like below:

  1. ...
  2. //if ( substr(php_sapi_name(), 0, 3) == 'cgi' )
  3.     @header("HTTP/1.1 $header $text");
  4. //else
  5.     //@header("Status: $header $text");
  6. ...

That should fix your feed problem, there are a few more solutions from Mark Jaquith and NeoSmart, head over to their blog and find the one suit you most! 🙂

bbPress 0.74

Posted on January 2007 at about 2:15 AM by hwa

Just about one hour the WordPress 2.0.6 released, here come the bbPress 0.74!!

According to the main site, these are some of the changes:

  • init hook has been changed to bb_init for better compatibility with WordPress.
  • When users are deleted, they’re really deleted now.
  • Somewhat simpler installation procedure. When installing, you’ll also be informed if any of those little configuration variables are incorrectly set.
  • A place to store options in the database! Woo!

To find out more about the release, you can go to Aditya’s blog to look for the overall changes.

WordPress 2.0.6

Posted on January 2007 at about 2:50 AM by hwa

Around 5 hours ago WordPress had released it latest version, WordPress 2.0.6, according to Matt this release include a very important security fix and as usual everyone is recommended to upgrade to this latest version, other changes are:

  • The aforementioned security fixes.
  • HTML quicktags now work in Safari browsers.
  • Comments are filtered to prevent them from messing up your blog layout.
  • Compatibility with PHP/FastCGI setups.

There’s a new anti-XSS function called attribute_escape() and also a new filter called query which will allow you to filter any query during runtime. Head over to the download section to download WordPress 2.0.6.

As for me, the internet is still slow and i’m having hard time to log into my FTP, have to wait some time until i update mine. 🙁