Hi,
I have gone through the upgrade with the automatic upgrade feature, all worked fined until I wanted to add a picture in a post. I activated Firebug for the New Article page and I get all these javascript errors.
c.ui is undefined
(function(c){c.widget("ui.resizable",c.e...eturn !isNaN(parseInt(d,10))}})(jQuery);
ui.resiz...ver=1.7.1 (line 13)
a.ui is undefined
(function(a){a.widget("ui.draggable",a.e...).css("zIndex",d._zIndex)}}})})(jQuery);
ui.dragg...ver=1.7.1 (line 13)
c.widget is not a function
(function(c){var b={dragStart:"start.dra....overlay.destroy(this.$el)}})})(jQuery);
ui.dialo...ver=1.7.1 (line 15)
a.ui is undefined
(function(a){a.widget("ui.sortable",a.ex...ce:"intersect",zIndex:1000}})})(jQuery);
ui.sorta...ver=1.7.1 (line 13)
a(".meta-box-sortables").sortable is not a function
I have deleted and re-uploaded wp-admin and wp-includes, I even did a diff on my 2.8 files and the wp2.8 zip file, all is identical except the user/pass/db in wp-settings.php
I also have the latest Flash 10.
What am I missing here?