Forums

Ticket #12559 (1 post)

  1. kin208
    Member
    Posted 1 year ago #

    http://core.trac.wordpress.org/attachment/ticket/12559/ixr.diff

    It does not work correctly when using Xpost plugin http://www.hyper-world.de/en/computer-2/xpost/
    1. if xml-data is sent from unix server to linux
    2. And if data contains cyrillic symbols

    In this case a connection between servers cannot be created.

    Xpost displays messages:
    Error: XML-RPC connection to the blog failed.
    Error: XML-RPC request returned no blogs.

    These problems can be solved if you get back trim-function in wp-includes/class-IXR.php.

    $contents .= trim($line);

    instead:

    $contents .= $line;

    -----------

    I need to contact the team developers of WordPress so that they have made changes in the next version of WordPress. How can I do this?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags