The MU forums have moved to WordPress.org

error with xmlrpc publishing (5 posts)

  1. academicclub
    Member
    Posted 14 years ago #

    Hi everyone,
    I have installed a new wordpress MU blogs v2.9.2 (http://blogs.academicclub.org) on an IIS 7.5 server (I've tried also with linux and apache2, but I get the same error).
    The problem is the following, when I trying to connect to the xmlrpc interface with windows live writer, word, or any other publishing software I get an error like this: 'A succesful connection was madeto your account however the server reported that you do not currently have an active blog. ....'
    in the wp-admin/options-writing.php page I've enabled the XMLRPC publishing.

    I've tryed to analyze the problem with packet analyzer and I've found that the problem is an uncorrect's response on the following request:

    POST /fabio/xmlrpc.php HTTP/1.1
    
    <?xml version="1.0" encoding="utf-8"?>
    <methodCall>
     <methodName>blogger.getUsersBlogs</methodName>
     <params>
      <param>
       <value>
        <string>--cut--</string>
       </value>
      </param>
      <param>
       <value>
        <string>fabio</string>
       </value>
      </param>
      <param>
       <value>
        <string>--cut--</string>
       </value>
      </param>
     </params>
    </methodCall>

    the reply is like this:

    <?xml version="1.0"?>
    <methodResponse>
      <params>
        <param>
          <value>
            <string></string>
          </value>
        </param>
      </params>
    </methodResponse>

    I've googled for this, but I've not found real solution.. Can anyone suggest a working solution?

  2. dgilmour
    Member
    Posted 14 years ago #

    There's some provision for XMLRPC logging in xmlrpc.php, maybe that could be used to help debug?

    /**
    * Whether to enable XMLRPC Logging.
    *
    * @name xmlrpc_logging
    * @var int|bool
    */
    $xmlrpc_logging = 0;

  3. academicclub
    Member
    Posted 14 years ago #

    thanks for your reply, i've enable the logging, but no helpfull information are logged :(

    any other possible solution?

    thanks in advance
    Fabio

  4. SteveAtty
    Member
    Posted 14 years ago #

    You are including the blog subdirectory in the path to the xmlrcp.php file aren't you?

  5. academicclub
    Member
    Posted 14 years ago #

About this Topic

  • Started 14 years ago by academicclub
  • Latest reply from academicclub