6 comments
Comment from: gr8dude Member
Hi Kristin, I’ve replied to your message on the b2evo forums, but I think the message was sent to myself (I sent it again, but there was no effect).
I know the error you’re dealing with, I have it too on one site I manage. If I pictured things correctly, that is a different error, not the one which is solved by “commenting the lines".
The error occurs on 1.9, but on 1.8 (this site) everything is fine. I’ve used some troubleshooting tips from the author of BlogDesk, and I suceeded in determining that BlogDesk works fine, and concluded that the problem is on the server side.
And now I am sure about it, since you’re saying that you have the same error with another version of b2evolution.
Commenting out the lines means the following; picture that you have this line in the file
xmlrpc_debugmsg(……);
It should become (notice ‘//’ in the beginning):
//xmlrpc_debugmsg(……);
Sometimes the function call is split into multiple lines:
xmlrpc_debugmsg(….
……..);
In this case you should comment both lines
//xmlrpc_debugmsg(….
//……..);
You can find all these lines by searching for “xmlrpc_debugmsg” in this file on the server /xmlsrv/xmlrpc.php
I’ll send you an email, if you’re not sure how to do that, and if there is no programmer around (a programmer is familiar with comments in code), you can send me the file and I will apply the changes.
Comment from: garrisonclark Visitor
I am trying also to get wysiwyg editing inside of or posting to b2evolution, but I am technically not advanced enough to follow the directions for fckeditor integration, and am lost with live writer setup….if anyone can give me an idea of the best solution between blogdesk, live writer and fckeditor, and/or help me get it going…i’d REALLY appreciate it…i have no clue what needs to be done…
Comment from: gr8dude Member
I prefer BlogDesk, and I still use it for maintaining this site.
LiveWriter generates a lot of redundant tags, and I can’t edit the article in the web-interface once its uploaded by LiveWriter (b2evo won’t accept the changes because of the existing redundant tags which were accepted only via XML-RPC).
FCkeditor requires experimenting with b2evo itself on the server, i never tried that.
BlogDesk is the way to go, having a very simple configuration. Perhaps you have some specific questions about one setting or anotheR?
Hi Alex,
Thank you for your help. The solution for me was slightly different, since I was using b2evolution 2.4.2 and BlogDesk 2.8.
The problem for me arrived when I was trying to download the categories. The error message say something about a non valid comment in line 23.
The solution was comment out the xmlrpc_debugmsg calls to, but in the file:
/inc/xmlrpc/apis/_metaweblog.api.php.
Cheers.
Comment from: gr8dude Member
Moisés, thanks for the feedback; I knew about that because I had to go through the same procedure when updating b2evo on another site I manage. But it didn’t occur to me that it would be a good idea to update this article :-)
Thanks
Hi! My name is Kirstin. I come from Germany.
So please excuse my bad english.
I try to get blogdesk working with b2evolution since a few hours… Without any success… Now I found your blog…
Can you explaine me in “simple words” (not for specialists” ;o), what this means:
“and comment out all the calls to the xmlrpc_debugmsg function”
Or what I have to do exactly in this file?
This would be a great help to me and very kind of you!!!
Thank you very, very much. :o)