Ping problem MT / Weblogs.com

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.