Not signed in (Sign In)

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoresterng
    • CommentTimeNov 12th 2008
     permalink
    Hi! I have Lyceum installed and run quite smooth.
    But the pingback among different blogs created in the Lyceum are not working, our members cannot ping posts from each other.

    Here come some of my findings,
    (1) In xmlrpc.php, the callback `get_settings('home')` inside function pingback_ping() return empty string.
    (2) In the function call url_to_postid($pagelinkedto) inside function pingback_ping(), the rewrite rules obtained are referencing the `linked from page`, is that normal?

    Besides pingback, the trackback seems not working too! Could anyone help?
    • CommentAuthoresterng
    • CommentTimeNov 12th 2008 edited
     permalink
    To provide more information, I am using Lyceum 1.0.2.

    And here comes the result after submitting pingback through socket, (I have set the post & blog open for pingback)

    HTTP/1.1 302 Found
    <?xml version="1.0"?>
    <methodResponse>
    <fault>
    <value>
    <struct>
    <member>
    <name>faultCode</name>
    <value><int>33</int></value>
    </member>
    <member>
    <name>faultString</name>
    <value><string>The specified target URI cannot be used as a target. It either doesn't exist, or it is not a pingback-enabled resource.</string></value>
    </member>
    </struct>
    </value>
    </fault>
    </methodResponse>

    Please advice.