Wordpress 1.5 Bugs and Fixes
Filed in: WordPress — May 8th, 2005
Every software has bugs, here are the two Wordpress bugs I experienced and I think general Wordpress users will experience the same bugs too.
Wordpress 1.5 Trackback bug
Found that your Wordpress’ trackback does not work, even it is newly installed? There is a minor bug in the wp-includes/functions.php.
Quickfix:
replace
$http_request .= “\r\n”;
with
$http_request .= “\r\n\r\n”;
Or, download updated functions.php and replace the existing one in /wp-includes.
[ Bug report ]
Plugin option pages do not display
You installed some plugins which add plugin option page into Wordpress admin > Options but when you click on the plugin option page, it display nothing, only see the Wordpress logo(bottom of the page).
It is caused by a minor bug(again) in wp-admin/menu-header.php. Patch is available.
Or, download the updated menu-header.php and replace the existing one in /wp-admin.
[ Bug report ]
For a full list of reported/solved Wordpress bugs, please visit Mosquito.
Comments Feed
TrackBack URL

