• Resolved exoevil

    (@exoevil)


    Clipmark (the add on for firefox/ie) is supposed to take a chunk of text or something and upload to my blog and post directly

    the form is as follows

    Blog Type: wordpress
    Blog Username: admin

    Blog Password: my pass
    Blog Url: https://mysitehere.net

    And I get

    “Whoops! An error has occurred.
    Clipmarks could not connect to your blog. Please review your blog settings below, and try again.
    See the Clip-to-Blog FAQ for more information.”

    :\ thanks for anyone who can help

Viewing 5 replies - 1 through 5 (of 5 total)
  • What version of WP are you running? Its has the xmlrpc active?

    Thread Starter exoevil

    (@exoevil)

    I am running version 2.6(newest)

    And I don’t quite understand what you mean by xlmrpc active.

    The faq does suggest something about that

    It doesn’t seem to help me though since wordpress is in root

    #

    Self-hosted WordPress Users

    If you’re hosting your own WordPress and have changed the “blog address” to be different from where you’ve actually installed the files (for example: the WordPress installation files are in https://yoursite.com/wordpress/ but display at https://yoursite.com/ ), you will need to make a small change to enable automatic posting to your blog.

    To enable XML-RPC you’ll need to copy your xmlrpc.php file and make one small change.

    Assuming your wordpress install is in /wordpress/ but displays at root ( / ):
    1. Copy the xmlrpc.php file from /wordpress/ to your root directory
    2. Open the xmlrpc.php that you just copied in a text edtior, and find the line that says include(‘./wp-config.php ‘);
    3. Change that line to read: include(‘./wordpress/ wp-config.php’);

    The XML-RPC platform makes possible can you publish over desktop software or a Firefox plugins, in order to publish, you need XML-RPC active -generally this is ready when you install wordpress or try the Options page in your WP-.

    Thread Starter exoevil

    (@exoevil)

    Oh my god i can believe this… it worked but i’m feeling like SUCH an idiot

    Thank you so much.. ^_^

    can someone please tell me how to use wp.GetUsersBlogs.
    I get an error :

    <methodCall><methodName>wp.getUsersBlogs </methodName><params><param><value><string>christinelouka</string></value></param><param><value><string>bachelor</string></value></param></params></methodCall>
    org.xmlpull.v1.XmlPullParserException: expected: END_TAG {}value (position:START_TAG <array>@6:16 in java.io.InputStreamReader@f828ed68)
    at org.kxml2.io.KXmlParser.b(+47)
    at org.kxml2.io.KXmlParser.require(+83)
    at org.kxmlrpc.XmlRpcParser.a(+277)
    at org.kxmlrpc.XmlRpcParser.a(+49)
    at org.kxmlrpc.XmlRpcParser.parseResponse(+153)
    at org.kxmlrpc.XmlRpcClient.execute(+208)
    at testtest.commandAction(+50)
    at javax.microedition.lcdui.Display$DisplayAccessor.commandAction(+282)
    at javax.microedition.lcdui.Display$DisplayManagerImpl.commandAction(+10)
    at com.sun.midp.lcdui.DefaultEventHandler.commandEvent(+68)
    at com.sun.midp.lcdui.AutomatedEventHandler.commandEvent(+47)
    at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.handleVmEvent(+186)
    at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(+57)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Clipmark, cannot connect to blog’ is closed to new replies.