WordPress 2.7
Not a smooth upgrade, first a fatal error in wp-admin/includes/schema.php on line 22 if ( $wpdb->has_cap( ‘collation’ ) solved by changing it to if ( $wpdb->supports_collation() ) then a fatal error in includes/update.php on line 58 $response = wp_remote_request($url, $options); which I had no clue so used update.php from 2.6.5, probably not kosher but it worked. Let’s see if this upgrade works.
FlickrRSS which worked perfectly in the test blog is fatally flawed here, other theme wouldn’t load so had to change it. Will have to work on that. Unsure if I want to upgrade any other blogs.
Several widgets are unselectable even thou they are unused. Problems.










