I just installed drupal and I'm having problems getting the blogger api to work. I get errors trying to blog with any remote clients (namely w.bloggar and blogbuddy), it usually says something like "only one top level element allowed", or blogbuddy gives me "error 11004: socket" or something like that.

Also, when I try to load my xmlrpc.php file in a web browser, it gives me a fatal error:
Cannot instantiate non-existent class: xmlrpcresp in /home/virtual/site12/fst/var/www/html/includes/xmlrpcs.inc on line 237

See it in action here:
http://www.gosume.com/xmlrpc.php

I'm using drupal 4.1.0, thanks for any help!

Comments

ogoog@yahoo.com’s picture

I guess I jumped the gun on posting about this so soon, but I got it to stop generating errors and I got w.bloggar working.

I edited xmlrpc.php and added this line to it along with the two other include_once calls:
include_once "includes/xmlrpc.inc";

I guess someone forgot to include that file, it hould probably be fixed for the next release if this hasn't already been noted as a bug..

Also, I'm using w.bloggar to post stuff and it generates errors pretty often. It's very odd, for example, when I use it to delete a post it gives me a "type mismatch" error, but the post actally does get deleted. Weird.. I guess there's a few other problems with the blogger api but they don't seem major.