MT had a ping problem to www.weblogs.com
A slight change in the XMLRPC.PM should solve that problem
Find line 72 in lib/MT/XMLRPC.pm, which looks like this:
Code Sample
m!flerror.*?(\d+).*message.*?([^>]+)!s;
and change it to this:
Code Sample
m!flerror.*?(\d+).*message.*?(.+?)!s;
Then save. And re-upload, if necessary.