MarsEdit with Wordpress on Dreamhost

如果你是MarsEdit的用戶,而且你的wordpress 正好放在Dreamhost上的話,你最近可能會發現,怎麼一直無法發表文章,而且有”XML-RPC Response Parsing Failed”這樣的錯誤訊息。

據說是因為php5.2.2的xml-rpc的問題。

論壇上有人提出解決這個問題的方法。要解決這個error message,你得到wordpress下面的目錄,打開xmlrpc.php。
然後在

if ( isset($HTTP_RAW_POST_DATA) )

之前,加上

$HTTP_RAW_POST_DATA = file_get_contents("php://input");

存好以後,Refresh你在MarsEdit裡的設定,這樣就行了。

This entry was posted in tool. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

One Comment

  1. Posted May 25, 2007 at 12:01 am | Permalink

    Hi!
    Long time no see…I am working diligently on SAT at the moment, and I will take it in this November. How have u been lately? Is everything okay? I have a myspace now, you can check it out. :)

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*