Hello,
I just installed WordPress 3.0.1 on my server:
Ubuntu Server 10.04
Apache 2.2.14
PHP 5.3.2-1ubuntu4.2
MySQL 5.1.41-3ubuntu12.6
The first thing I did was try to install a theme. I get an error message:
"An Unexpected HTTP Error occured during the API request"
I turned on debugging in wp-config.php and it gave me this output:
"Notice: Undefined property: WP_Error::$themes in /wordpress/wp-admin/includes/theme-install.php on line 272 Notice: Undefined property: WP_Error::$info in /wordpress/wp-admin/includes/theme-install.php on line 272 Notice: Undefined property: WP_Error::$info in /wordpress/wp-admin/includes/theme-install.php on line 272"
I could probably do a bad hack to let this slide somehow but I'm not really keen on that. I have read a few of the threads on the "unexpected HTTP error" and often the blame gets put on the server, but from what I've read I haven't figured out exactly what about the server that would be misconfigured. I'll take any help you can give me here, fine people. :)
Thanks!