Loading...
 
Features / Usability

Features / Usability


XMLRPC

posts: 14

I'm setting up Tiki and also have Moveable Type running on my site. I'm a Mac user and use a program called Kung-log to remotely blog to MT, but cannot get it to work with Tiki's blog.

Kung-Log needs a path to the xmlrpc for tiki, but there are three files in tiki/ with xmlrpc in the name. Would changing the permissions of the correct file help? I've tried linking to all three, but haven't changed permissions yet, fearing I will make Tiki vulnerable in some way.

No matter which file I link to, Kung-Log returns the following error:

Response:
{
"/FaultCode" = -65794;
"/FaultExtra" = {domain = -1; error = -65795; msg = "No valid XML data in response"; };
"/FaultString" = "/CFStreamFault";
"/kWSHTTPResponseMessage" = ;
"/kWSResultIsFault" = 1;
}

I don't know enough about programming to know if this is a Kung-Log issue, a PEBKAC issue, or a matter of making a certain file executable. And I don't know which file I need to set up Kung-Log to access.

Any help appreciated.

For now I'll stick with MT unless I can solve this, because Kung-Log is too nice to give up.

posts: 224 Ireland

I think all you need is to make xmlrpc file in your /tiki directory permission 755. I had the same problem when using wbloggar in the past so I don't know whether it's Tiki or blogger client related.

Regards,

Pat.


posts: 14

Okay, but which XMLRPC file, there are three of them in tiki/.

Thanks, I have a very slow connection and there is nothing in the 1.6 documentation about which file.


posts: 224 Ireland

Either tiki-xmlrpc_services.php or xmlrpc.php. Do a 'diff' on them you will see they are virtually the same. The commxlrcp.php is not used for blogging but rather for inter-Tiki communication to send/receive Wiki pages.

Regards,

Pat.