Title: Mac Software?
Last modified: August 18, 2016

---

# Mac Software?

 *  [erogers](https://wordpress.org/support/users/erogers/)
 * (@erogers)
 * [22 years, 4 months ago](https://wordpress.org/support/topic/mac-software/)
 * Does anyone know of a good Mac OS X program for posting/editing to WordPress?
   NetNewsWire is often mentioned, but I could never get it to see WP categories,
   and now especially not multiple categories. Kung-Log is also mentioned a lot,
   but it is unavailable while the developer re-writes it as a new program. Any 
   other suggestions?

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/topic/mac-software/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/mac-software/page/3/?output_format=md) [→](https://wordpress.org/support/topic/mac-software/page/2/?output_format=md)

 *  [alexkingorg](https://wordpress.org/support/users/alexkingorg/)
 * (@alexkingorg)
 * [22 years, 4 months ago](https://wordpress.org/support/topic/mac-software/#post-29521)
 * I used [iBlog](http://www.lifli.com/Products/iBlog/main.htm) a few times a year
   or so ago.
 *  Anonymous
 * [22 years, 4 months ago](https://wordpress.org/support/topic/mac-software/#post-29552)
 * Damn, Kung-Log is gone for the time being? I should have kept a backup copy myself.
   Well, there’s a new solution called BlogWorks at this place: [http://homepage.mac.com/soapdog/blogworks/index.html](http://homepage.mac.com/soapdog/blogworks/index.html)
   
   Haven’t checked it myself yet, but will later on. Stephan
 *  Thread Starter [erogers](https://wordpress.org/support/users/erogers/)
 * (@erogers)
 * [22 years, 4 months ago](https://wordpress.org/support/topic/mac-software/#post-29554)
 * BlogWorks is OK, but it didn’t blow my skirt up or anything. And it doesn’t support
   multiple categories.
 *  [Cena (a11n)](https://wordpress.org/support/users/cena/)
 * (@cena)
 * [22 years, 4 months ago](https://wordpress.org/support/topic/mac-software/#post-29558)
 * *blow my skirt up* Sorry…nothing useful here, but that cracked me up.
 *  [misterx](https://wordpress.org/support/users/misterx/)
 * (@misterx)
 * [22 years, 3 months ago](https://wordpress.org/support/topic/mac-software/#post-30030)
 * Kung-Log is now called [ecto](http://www.kung-foo.tv/ecto/)
    If anyone is using
   it successfully to post to a WP blog, let me know! 🙂
 *  [aris](https://wordpress.org/support/users/aris/)
 * (@aris)
 * [22 years, 3 months ago](https://wordpress.org/support/topic/mac-software/#post-30031)
 * BlogWorks did’nt post the title !
    iBlog did’nt work with recent WP releases :
   lot of XMLRPC error messages Kung-Log can post, but not editing previous posts…
   but I did’nt try the new “ecto” version I’m steel seeking for a good Mav blogging
   App 😕
 *  [Amy](https://wordpress.org/support/users/beachgerl/)
 * (@beachgerl)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30070)
 * Mister X, I tried to use ecto’s latest version but I got an error:
    Query: {blogid
   = 1; password = ******; username = xxxx; } Response: { “/FaultCode” = 1; “/FaultString”
   = “Unknown method”; “/kWSHTTPResponseMessage” = <NSCFType: 0x1ce1c00>; “/kWSResultIsFault”
   = 1; } when I try to make an attempt to refresh Categories. I don’t know if it’s
   my side of problem or WP’s or ecto’s. I’d love it to hear if there’s any solution
   to this because I’m a Mac user. Also, when I try to go to /xmlrpc.php page and
   I got this error: faultCode 103 faultString XML error: no element found at line
   1 I don’t know what that means. Hopefully, somebody can answer.
 *  [Dougal Campbell](https://wordpress.org/support/users/dougal/)
 * (@dougal)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30075)
 * It would be nice if ecto told you which method it was trying to call.
    Could 
   you try something for me? Edit xmlrpc.php and turn logging on (`$xmlrpc_logging
   = 1;`). You’ll need to make sure that your web server has permissions to write
   to the file “xmlrpc.log”. Then recreate the problem, and get the resulting log
   file to me (make sure that your password isn’t in the log first).
 *  [Dougal Campbell](https://wordpress.org/support/users/dougal/)
 * (@dougal)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30082)
 * I got in touch with the ecto developer, and based on his notes (plus my own observations
   once I started digging back into the code), I’ve fixed a whole slew of bugs in
   the WordPress XML-RPC support.
    Also, LaughingLizard let me remote control his
   Mac for a little while, so I was able to install ecto and give it a quick test.
   Things seemed to work fine for posting and editing. Matt has posted [a new nightly](http://wordpress.org/nightly/)
   with the changes. Give it a whirl and let me know how it works for you!
 *  Anonymous
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30083)
 * I just downloaded Ecto 1.0.5.1 for OS10.2.8 and checked it.
    Since the server
   refuses the access to the nightly build (it says Banned MIME Type: application/
   zip etc.), I simply replaced xmlrpc.php from CVS, the only file that was changed
   recently. And … looks like it can’t treat categories AT ALL : they just choose
   one (and only one) which have nothing to do with those selected. Then I used 
   MetaWeblog API : doesn’t work at all. 1.0.5.1. with older version of xmlrpc is
   no use. I’ll go back to 1.0.4 for a while. Hope someone has a good news about
   it…
 *  [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30084)
 * It is supposed to work with the Movable Type API – and it does, except for categories.
   I don’t think this is an ecto problem, because I’ve been using ecto for a long
   time with both Nucleus and MT without any problem. I think that there is a bug
   in the XMLRPC code used in the latest nightly build of WordPress.
 *  [Dougal Campbell](https://wordpress.org/support/users/dougal/)
 * (@dougal)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30085)
 * Adriaan (the ecto developer) informed me about the category problems yesterday,
   and I was able to track them down and fix them. I commited more fixes to xmlrpc.
   php this morning.
    I still have some timestamp issues to work out, but the primary
   ecto issues should be ironed out now.
 *  Anonymous
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30086)
 * Great! I’ll try the nightly build tomorrow.
 *  [aeryn](https://wordpress.org/support/users/aeryn/)
 * (@aeryn)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30088)
 * I wanted to say I d/l’ed version 1.0.5.2 and works well! I upgraded to WP 1.0.2.
   I’m grateful for this. I’m glad there’s a developer who thinks of people who 
   are on both 10.2 and 10.3. Keep it up.
 *  [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/mac-software/#post-30089)
 * The latest nightly build fixes the category bug with ecto, but introduces (?)
   a new one. Now, when posting from ecto, posts are not properly assigned a “post
   slug”, which means that if you are using permalinks for postname, they have no
   permalink!!! I have to go into the edit menu and add the post slugs manually 
   after posting from ecto.
    Cheers.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/topic/mac-software/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/mac-software/page/3/?output_format=md) [→](https://wordpress.org/support/topic/mac-software/page/2/?output_format=md)

The topic ‘Mac Software?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 31 replies
 * 22 participants
 * Last reply from: [paul](https://wordpress.org/support/users/paul/)
 * Last activity: [21 years, 8 months ago](https://wordpress.org/support/topic/mac-software/page/3/#post-30153)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
