2 fplanque Aug 17, 2003 20:37

Thanks very much for fixing this problem. I'll look forward to trying this out.
Still getting an XML error with w.bloggar
Unable to parse the XML response... Parser Reason: Only one top-level element is allowed in an XML document.
b2evo version is 0.8.2.2
w.bloggar version is v3.02
Should it be fixed in this version or no?
it *is* fixed in the latest release candidate. (0.8.5.5)
It's that extra .2, I get it now. I will blow it away and try again.
Thanks!
b2evo is great stuff, by the way.
I am using b2evo 0.9.0.3
and w.bloggar 3.03.0165.
I am getting the following error message in w.bloggar:
Unable to parse the XML response. Parser Reason:XML document must have a top level element.
HELP ME PLEASE!
Okay, I got the same error, using the same version of b2evo and bloggar...
I found the bug:
simply edit the file : "xmlrpc.php", line 19 and replace:
require_once(dirname(__FILE__).'/../$core_subdir/_main.php' );
by:
require_once(dirname(__FILE__).'/../b2evocore/_main.php' );
why? since "xmlrpc.php" is directly accessed, "$core_subdir" should not been defined before...
Edit: already mentionned [url=http://forums.b2evolution.net/viewtopic.php?t=1255&highlight=xmlrpc]here[/url] ;)
I'm using b2evo v 0.9.0.11 and w.bloggar 4.00.0191 and I wasn't able to connect until I made the chage you suggest to xmlrpc.php. The thread you link to has a different change, and it didn't help me. So now I can connect and post, but it still throws up that error message about top level element every so often.
I was using 0.9.0.10 a few weeks ago, and I could post from w.bloggar without any hacking. Did this bug get reintroduced?
This w.bloggar issue will be fixed in the next release.