Despite the server error I referred to above, the post I create in Ecto IS publishing to my blog. But it won’t show in ecto as published. It only displays as Draft. Also, I tried uploading an image into a post using ecto & the code displayed in the post box–until I saved the post…when it just disappeared. Don’t know what’s going on.
Just in case this may help someone get to the bottom of this server error, I thought I’d provide the exception log for the error:
Application version: 1.7.5.12033
OS version: 5.1.0.2600
7/20/2005 2:15:12 PM
API Type: MovableType
EndPoint: https://www.richardsilverstein.com/tikun_olam/xmlrpc.php
*********
CookComputing.XmlRpc.XmlRpcIllFormedXmlException: Response from server does not contain valid XML. ---> System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReader.ParseRoot()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
at System.Xml.XmlValidatingReader.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(Stream inStream)
at CookComputing.XmlRpc.XmlRpcSerializer.DeserializeResponse(Stream stm, Type svcType)
--- End of inner exception stack trace ---
at CookComputing.XmlRpc.XmlRpcSerializer.DeserializeResponse(Stream stm, Type svcType)
at CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req, WebResponse webResp, Stream respStm, Type returnType)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, String methodName, Object[] parameters)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(String MethodName, Object[] Parameters)
at XmlRpcProxyabb0b730-1288-4e48-8336-11e7851401ef.newPost(String , String , String , Post , Boolean )
at Ecto.Services.MovableTypeXmlRpcService.NewPost(String blogId, Post newPost)
at Ecto.Services.Blog.AddPost(Post p, Boolean addToServer)
at Ecto.Services.Blog.AddPost(Post p)
at Ecto.frmEcto._SendPostHelper(Post p, PostAction postAction, Profile selectedProfile, Blog selectedBlog)
----
at CookComputing.XmlRpc.XmlRpcSerializer.DeserializeResponse(Stream stm, Type svcType)
at CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req, WebResponse webResp, Stream respStm, Type returnType)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, String methodName, Object[] parameters)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(String MethodName, Object[] Parameters)
at XmlRpcProxyabb0b730-1288-4e48-8336-11e7851401ef.newPost(String , String , String , Post , Boolean )
at Ecto.Services.MovableTypeXmlRpcService.NewPost(String blogId, Post newPost)
at Ecto.Services.Blog.AddPost(Post p, Boolean addToServer)
at Ecto.Services.Blog.AddPost(Post p)
at Ecto.frmEcto._SendPostHelper(Post p, PostAction postAction, Profile selectedProfile, Blog selectedBlog)