Recent Topics

1 Apr 26, 2007 19:19    

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.

2 Apr 26, 2007 20:04

mostnase wrote:

comment out all the calls to the xmlrpc_debugmsg function?

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.. :)

3 Apr 27, 2007 13:00

Fehlermeldungen kommen nach diesen Änderungen keine mehr. Blogdesk lädt brav die vorhandenen Kategorien und ältere Posts.

Wenn ich einen neuen Eintrag schreibe und (ohne Fehlermeldungen) hochlade, ist der Eintrag allerdings leer.

Hab gerade mal versucht, einen alten Eintrag wieder hochzuladen, da kommt folgender Fehler: Bad ResponseValueType

Any ideas?

lg,

Kirstin

4 Apr 27, 2007 20:23

Nein, leider nicht. Das müsste man entsprechend debuggen, wozu zumindest mir allerdings die Lust fehlt.
Es könnte sein, dass es mit b2evo 1.9.x oder HEAD/CVS funktioniert. Das könntest Du auf der Demo-Seite testen.


Form is loading...