My b2evolution Version: 1.8.x
Es gab hier bereits einen Thread zu diesem Thema, aber da kam nix nach. Ich habe eben auf einem Blog folgendes gefunden:
Initially, it didn't. The problem was fixed easily, after I contacted the author of BlogDesk (and received an instant reply, wow!). The program's built-in logging mode allowed me to understand that out-of-the-box, b2evo's XMLRPC communication mechanism will also send some debugging information along with the reply to the requests that come from the blog client. That debugging information was not parsed correctly, resulting in an error - thus the inability to use the software.
If you've encountered the same problem, you should edit /xmlsrv/xmlrpc.php in b2evo's folder, and comment out all the calls to the xmlrpc_debugmsg function. Once you do that, everything should work.
Da ich von php nix verstehe... Kann mir jemand erklären, was in der xmlrpc.php zu tun ist, wenn er da schreibt: comment out all the calls to the xmlrpc_debugmsg function?
Oder gibt es andere Tips? Ich würde das so gern verwenden... :roll:
Fehlermeldung beim Herunterladen der Kategorien oder Veröffentlichen von Einträgen:
XML Parsing error: Malformed comment, '--' not allowed inside comment starting at position 24
Beim Veröffentlichen fehlt dann halt alles, ein neuer Eintrag wird allerdings schon generiert.
Wäre toll, wenn mir jemand helfen könnte. Danke schon mal.
mostnase wrote:
Dass heisst, dass Du alle Aufrufe/Zeilen/Statements, wo xmlrpc_debugmsg verwendet wird, auskommentieren solltest (durch Voranstellen von "#" oder "//" in der Zeile).
Du kannst auch ganze Blöcke mit "/*" und "*/" auskommentieren.
Hoffe mal, dass es daran liegt.. :)