Forums

doesn't work with xmlrpc (deepest sender) (4 posts)

  1. ldeviator
    Member
    Posted 1 year ago #

    the location redirection goes in to the header even when when XMLRPC is being used.

    here's a fix (including the exit() from before)

    //Redirect Page
    if(strpos($_SERVER['SCRIPT_NAME'], 'xmlrpc.php') === false) {
    ob_start();
    header("Location: ".$redirection);
    ob_end_flush();
    exit();
    }

  2. hami
    Member
    Posted 11 months ago #

    This has been fixed in version 0.4 which I will release this weekend.
    Thanks,

    / Hami

  3. Mortymer84
    Member
    Posted 10 months ago #

    News about the new release? I have a problem with worpress 2.3.1, I active e configure the plugin but everyone can view the blog, I'm very busy at this moment and before open i ticket or spent my time for an accurate search of the problem I want test the new release.

  4. hami
    Member
    Posted 6 months ago #

    I finally released the version with the xmlrpc.php - 0.4.2 is the latest.

    / Hami

Topic Closed

This topic has been closed to new replies.

About this Topic