• I am trying to configure clipmarks with my wordpress blog. My blog’s address is http://www.domain.com/blog and installation files in cPanel are located at /public_html/blog. I got an error message and these were the recommendations given by Clipmarks:

    #

    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 http://yoursite.com/wordpress/ but display at http://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’);
    #

    Enabling XMLRPC in WordPress 2.6

    By default, WordPress 2.6 ships with XMLRPC disabled, which will cause Clip-to-Blog setup to fail. To enable XMLRPC, log into your wp-admin and go to Settings -> Writing, then check the “Enable XMLRPC” checkbox and save your settings. Once you’ve enabled XMLRPC, Clip-to-Blog setup should complete successfully.

    I did enable the XMLRPC checkbox in my settings but am still getting the same error message. The first recommendation I am a little confused with. I tracked down the XMLRPC.PHP file in my public_html/blog folder but could not find the line (‘./wp-config.php ‘) anywhere. I am not even sure if I need to change that anyway.

    Any help would be much appreciated. Thanks a bunch!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Clipmarks’ is closed to new replies.