Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#48 closed defect (fixed)

Can't add blog due to XML-RPC service not found

Reported by: CatsAreGods Owned by:
Priority: minor Milestone: 1.1
Component: Add Blog/Site Version: 1.0 iPod Touch
Keywords: XML RPC iTouch Cc: eamerril

Description

Hi,

This is weird because I have three virtually identical blogs on the same server. Two of them set up with no problems, the third gives me the above error (and yes, it's turned on...). I believe the only difference is that on this blog I haven't installed the WPtouch plugin; all other plugins and settings are the same. I'm using the just-updated 1.1 version with the just-updated 2.0.1 firmware update from Apple.

site: http://CatReligion.org

Thanks in advance.

Change History (4)

comment:1 Changed 5 years ago by josephscott

You're RSD points to http://scott-m.net/xmlrpc.php?rsd which returns a web page instead of an XML-RPC response.

comment:2 Changed 5 years ago by eamerril

  • Cc eamerril added

I looked at your pages source code, and for some reason it has to EditURI alt tags:
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://scott-m.net/xmlrpc.php?rsd" />
and
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://catreligion.org/xmlrpc.php?rsd" />

The application appears to be selecting the first one (on scott-m.net, which isn't a 'real' domain). I would check your theme and make sure it is not hard coded in the header or somewhere else, or grep the entire install directory for 'scott-m' and see where it is.

But anyways, this doesn't appear to be a bug in the code (although we may want to have some check that throws a specific error when more than EditURI tag is found)

comment:3 Changed 5 years ago by raanan

  • Milestone 1.1 deleted
  • Resolution set to fixed
  • Status changed from new to closed

based on other feedback this appears to be impacting a few themes out there which have incorrect RSD values.

I updated the FAQ with steps to check for a valid RSD / xmlrpc file: http://iphone.wordpress.org/faq/

closing out.

comment:4 Changed 4 years ago by iammattthomas

  • Milestone set to 1.1
Note: See TracTickets for help on using tickets.