I got same problem as @mdeicke. Did doublecheck ID and entered it 100% correct, I can confirm this as on another server and another wordpress site it works like a charm.
@cssgirl, to me it looks like xml parsing error on the first blink… But am also thinking that maybe it could have something to do with a server configuration as well, as it is weard that it works on one server and not on another.
Any help and hopefuly a fix or a hint how to solve it would be apreciated.
Details from overview (NOT WORKING):
Operating System : Linux (64 Bit)
Server : Apache
MySQL Version : 5.1.63-cll
PHP Version : 5.3.15
PHP Max Upload Size : 1.46484375MB
FFMPEG : Not Installed
[Note: Preview images for uploaded videos will not be created automatically using FFMPEG. Manually upload preview images for videos.]
PHP extension SimpleXML
: Enabled
PHP setting allow_url_fopen
: Enabled
However it is working on my other server:
Details from overview (WORKING):
Operating System : Linux (32 Bit)
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/4.4.9
MySQL Version : 5.0.95-community
PHP Version : 5.3.6
PHP Max Upload Size : 8MB
FFMPEG : Not Installed
[Note: Preview images for uploaded videos will not be created automatically using FFMPEG. Manually upload preview images for videos.]
PHP extension SimpleXML
: Enabled
PHP setting allow_url_fopen
: Enabled
The differences are two, one is 64bit and 32 bit configuration, another is PHP Max Upload Size. Seems that 1.46484375MB is not much, but should be probably enaugh for an xml file parsing…
Any sugestions anyone?