• blogd1

    (@blogd1)


    I have two WordPress installations on one web hosting account; one is for the main domain, another is in an add-on domain. Using either Ecto or MarsEdit, the main account works fine, but I can do nothing with the add-on account. I updated the WordPress blog in the add-on, I tried deactivating the plug-ins, I even substituted the XMLRPC PHP code from the working account (then set it back). Nothing worked. My web host swears up and down it’s not them, not mod_security, nothing on their end as far as they can tell. But when either app tries to do anything on the blog, the response code is just a period “.”

    Can anyone help, suggest a fix? Below is the log info from both clients. Thanks!

    Ecto:

    Request with URL:
    https://[username:password@domain]/xmlrpc.php
    and data:
    <?xml version="1.0" encoding="UTF-8"?>
    <methodCall>
    <methodName>metaWeblog.getRecentPosts</methodName>
    <params>
    	<param>
    		<value><string>1</string></value>
    	</param>
    	<param>
    		<value><string>[username]</string></value>
    	</param>
    	<param>
    		<value><string>[password]</string></value>
    	</param>
    	<param>
    		<value><i4>50</i4></value>
    	</param>
    </params>
    </methodCall>
    
    Response:
    .

    MarsEdit:

    Network message sent: 2014-11-21 15:03:45 +0000
    URL: https://[domain]/xmlrpc.php
    Method name: metaWeblog.getRecentPosts
    Network reply received: 2014-11-21 15:03:46 +0000
    URL: https://[domain]/xmlrpc.php
    Method name: metaWeblog.getRecentPosts
    Status code: 402
    Succeeded: NO
    --Download Error--
    Request text:
    <?xml version="1.0" encoding="utf-8"?>
    <methodCall>
    	<methodName>metaWeblog.getRecentPosts</methodName>
    	<params>
    		<param>
    			<value><string>1</string></value>
    			</param>
    		<param>
    			<value><string>[username]</string></value>
    			</param>
    		<param>
    			<value><string>[password]</string></value>
    			</param>
    		<param>
    			<value><int>30</int></value>
    			</param>
    		</params>
    	</methodCall>
    
    Response text:
    .
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter blogd1

    (@blogd1)

    Sorry, I think I missed the rush hour and got lost under the pile. Would really appreciate help on this, it’s making blogging hell for me. Thanks!

    Thread Starter blogd1

    (@blogd1)

    OK, I’ll try to bump it up one more time. Please and thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Keep Getting Failure When Using Blog Clients’ is closed to new replies.