• I have the BuddyPress XML-RPC Receiver plugin activated
    and am using the latest Buddypress 1.7

    HI the App was working fine before, but now I am getting this error message
    when with the buddydroid app

    The Text reads:
    “org.xmlrpc.android.XMLRPCException: org.xmlpull.v1.XmlPullPaserException: unexpected type (positoin: END_DOCUMENT null@1:1 in java.io.inputStreamReader@41548ea0”

    What might be the problem?
    Is there a plugin Clash?

    http://wordpress.org/extend/plugins/buddypress-xml-rpc-receiver/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Does this page load for you?
    http://www.example.com/wp-content/plugins/buddypress-xml-rpc-receiver/bp-xmlrpc.php

    I’m getting the folowing errors with the latest versions of buddypress and wordpress:

    Warning: include_once(ABSPATHWPINC/class-IXR.php) [function.include-once]: failed to open stream: No such file or directory in C:\HostingSpaces\xxx\xxxx.com\wwwroot\wp-content\plugins\buddypress-xml-rpc-receiver\bp-xmlrpc.php on line 48

    Warning: include_once() [function.include]: Failed opening ‘ABSPATHWPINC/class-IXR.php’ for inclusion (include_path=’.;C:\php5\pear’) in C:\HostingSpaces\xxx\xxxx.com\wwwroot\wp-content\plugins\buddypress-xml-rpc-receiver\bp-xmlrpc.php on line 48

    Fatal error: Class ‘IXR_Server’ not found in C:\HostingSpaces\xxx\xxxx.com\wwwroot\wp-content\plugins\buddypress-xml-rpc-receiver\bp-xmlrpc.php on line 57

    Plugin Author Yuttadhammo

    (@yuttadhammo)

    The first problem is probably a plugin/setup conflict; this happened with someone else. The only way to reliably debug it is by looking at the PHP logs, I think.

    The second problem seems strange; do you have the class-IXR.php file in your wp-includes directory? It seems to have mangled the include directive somehow. Maybe try downloading the plugin again.

    Hello,

    I’m experiencing some issues with the plugin which I have tried to resolve but now getting really stuck.

    I had both issues above but fixed the first by updating the path of the class-IXR.php to an exact location, for some reason it wasn’t finding the file although it was there.

    However I am still getting Fatal error: Class ‘IXR_Server’ not found on line 57.

    Any ideas as to what may be causing this, i’m going round in circles 🙁

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error Message’ is closed to new replies.