WordPress and UTW Upgrade
Why on earth has my ‘post_type’ column on my wp 2.0.x based blog no default value? Ultimate Tag Warrior UTW3-14159265 will break and show no tags.
If anyone else has this problem, add
$typelimitsql = "(post_status = 'publish' OR post_status = 'static')"; // From previous version of utw |
in ultimate-tag-warrior-core.php right before the class definition. It’s taken from the previous UTW Version.
Edit:
Upgrading to WP 2.1.x changed the table structure… A little hint would have been nice in the utw changelog.
Share This
Why on earth has my ‘post_type’ column on my wp 2.0.x based blog no default value? Ultimate Tag Warrior UTW3-14159265 will break and show no tags. If anyone else has...
— Trackback URI
This entry (permalink) was posted on Tuesday, April 3, 2007, at 8:24 pm by Michael, tagged with PHP, Ultimate Tag Warrior, Wordpress and categorized in Wordpress.
The following post could be of some interest: WordPress 2.2.1 Update / Security Fix, WordPress uptodate checker, Blog by mail broken in WordPress 2.2, Comment notification, Extended Live Archives and WordPress 3.0, A muzzle for WordPress 2.3 and the Akismet Plugin, Suchphrasen speichern mit BBClone, Upgrading to WordPress 2.3 “Dexter”, WordPress 2.5 and http error codes, Preparing for Rails 2.3.9
Post a Comment