Title: changes in xmlrpc.php??
Last modified: August 18, 2016

---

# changes in xmlrpc.php??

 *  [marcof](https://wordpress.org/support/users/marcof/)
 * (@marcof)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/)
 * Has anything changed in the XMLRPC API calls?
    Since I upgraded to 0.71, BlogApp
   returns an error when it tries to connect to the xmlrpc.php

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/changes-in-xmlrpcphp/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/changes-in-xmlrpcphp/page/2/?output_format=md)

 *  Thread Starter [marcof](https://wordpress.org/support/users/marcof/)
 * (@marcof)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21773)
 * (can’t edit the post, so it seems)..
    and Kung Log has the same problem..
 *  Thread Starter [marcof](https://wordpress.org/support/users/marcof/)
 * (@marcof)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21774)
 * I’ve checked the kunglog debug output:
    XMLRPC parameters for blogger.getUsersBlogs:{
   appkey = CBA1A614CEFC5337A795A465752597A7BEEB0287; password = ******; username
   = admin; } Invoking XMLRPC call… WebServicesCore Response: { “/FaultCode” = -
   65794; “/FaultExtra” = {domain = -1; error = -65795; msg = “No valid XML data
   in response”; }; “/FaultString” = “/CFStreamFault”; “/WSDebugInBody” = “ <b>Fatal
   error</b>: Call to undefined function: dbconnect() in <b>/usr/local/psa/home/
   vhosts/marcof.net/httpdocs/xmlrpc.php</b> on line <b>543</b> “; uuuhh.. undefined
   function dbconnect() ?? did I screw up somewhere?
 *  Thread Starter [marcof](https://wordpress.org/support/users/marcof/)
 * (@marcof)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21775)
 * so, I found that dbconnect() is not in b2functions.php anymore… (why is it in
   xmlrpc.php then?)
    I just bluntly copied the function from the old 0.7 b2functions.
   php, but now it complains about invalid user/password… sigh.. helllllllp!
 *  Anonymous
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21804)
 * Hi Marcof,
    I’m working on porting the xmlrpc.php over to use ezsql which the
   rest of the site now uses. Mike
 *  [Mike Little](https://wordpress.org/support/users/mikelittle/)
 * (@mikelittle)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21805)
 * Oops, that was me! Anyway…
    I’ve now committed a FIXED and WORKING xmlrpc.php
   to CVS It works as far as I can test with w.bloggar as a client (in b2 mode) 
   Note that it automatically creates your posts in the ‘published’ state, no ‘draft’
   or ‘private’ I may look at that later. Mike
 *  Thread Starter [marcof](https://wordpress.org/support/users/marcof/)
 * (@marcof)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21812)
 * thanks, I’ll check it once I’m back home 🙂 damn firewalls here…
 *  [rayne](https://wordpress.org/support/users/rayne/)
 * (@rayne)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21830)
 * Ok. I’ve uploaded the new version of xmlrpc.php (1.5) from the CVS. I’m getting
   error that my username/password combination is incorrect. I tested it with w.
   bloggar.
 *  [Dougal Campbell](https://wordpress.org/support/users/dougal/)
 * (@dougal)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21831)
 * You’ll probably need some other files from CVS, as well. Try updating your copy
   of b2-include/b2functions.php and see if that fixes it.
 *  Thread Starter [marcof](https://wordpress.org/support/users/marcof/)
 * (@marcof)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21852)
 * I’ve tried the new xmlrpc.php and the b2functions.php (good thing I scanned this
   one first), and voila.. no problem anymore. BlogApp works like a charm.
    thanks
 *  [rayne](https://wordpress.org/support/users/rayne/)
 * (@rayne)
 * [23 years, 1 month ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21880)
 * Great. I grabbed the b2functions.php file and it now works in w.bloggar for me.
   Yeah! Now I just need the MT import feature and I may be switching soon!
 *  [jonanhold](https://wordpress.org/support/users/jonanhold/)
 * (@jonanhold)
 * [23 years ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21992)
 * I just downloaded from CVS the xmlrpc.php and b2-include/b2functions.php.. w.
   bloggar complains with the following error:
    “Unable to parse the XML response.
   Parser Reason: Only one top level element is allowed in an XML document.”
 *  [Mike Little](https://wordpress.org/support/users/mikelittle/)
 * (@mikelittle)
 * [23 years ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21995)
 * Hi Jon,
    I have just tried w.bloggar on my local copy of WordPress which is up
   to date with CVS , and it works fine. I can post new, and I can edit old posts.
   It may be there are some other files in CVS which you need to update, however,
   trying to do that my be opening up a can of worms, there are some significant
   change in CVS at the moment, and whilst there is an update script these changes
   have not yet been documented. Mike
 *  [jonanhold](https://wordpress.org/support/users/jonanhold/)
 * (@jonanhold)
 * [23 years ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21996)
 * The files I grabbed I had to grab via the web CVS browser on sf.net.. cvs.sf.
   net was refusing my connections earlier. I’ll try a whole checkout later on and
   see if it works.
    Also, for reasons that I cannot determine, posting from the
   bookmarklet (the link one, not the .reg one) doesn’t publish the post.. You have
   to go into Post / Edit and then edit it to get it to show up on the main page..
   Thanks, -j
 *  [Mike Little](https://wordpress.org/support/users/mikelittle/)
 * (@mikelittle)
 * [23 years ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-21998)
 * Yeah, CVS on Sourceforge has been running a little strangely recently. Web CVS
   is at least 24 hours behind too.
    The bookmarklet problem has been solved in 
   CVS too. It is not setting your new posts to publish state. Mike
 *  [stevecooley](https://wordpress.org/support/users/stevecooley/)
 * (@stevecooley)
 * [22 years, 11 months ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/#post-22047)
 * Hi again.. I’m using NetNewsWire to try to use the Blogger API to edit my blog…
   I’m getting this error message back when I try to post:
    Can’t post this item
   because The XML parser could not parse the data.: XML-RPC Response Parsing Failed.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/changes-in-xmlrpcphp/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/changes-in-xmlrpcphp/page/2/?output_format=md)

The topic ‘changes in xmlrpc.php??’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 21 replies
 * 8 participants
 * Last reply from: [stevecooley](https://wordpress.org/support/users/stevecooley/)
 * Last activity: [22 years, 9 months ago](https://wordpress.org/support/topic/changes-in-xmlrpcphp/page/2/#post-22139)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
