Recent Topics

1 Nov 28, 2007 23:00    

My b2evolution Version: 1.10.x

using 1.10.3

I have noticed that any posts published via Windows Live Writer (using Metaweblog API) don't have a link to post comments.
Per the instructions in this post (http://forums.b2evolution.net/viewtopic.php?t=13377)
I have ensured that anonymous comments are allowed and that comments are always allowed on all posts.

In the evo_posts table, I saw that the field post_comment_status was set to 'disabled' for all the Windows Live Writer posts.

My guess is that the xmlrpc.php file is disabling the comments for the post. Does anyone know how I could force all posts from an offline writer to have the comments enabled?

Thanks
MATT

2 Nov 29, 2007 01:54

Hi Matt,

In ../conf/_advanced.php find around line 557:

/**
 * XMLRPC logging. Set this to 1 to log XMLRPC calls/responses (into /xmlsrv/xmlrpc.log).
 *
 * @global int $debug_xmlrpc_logging Default: 0
 */
$debug_xmlrpc_logging = 0;


and turn the logging on.
If you have written a few posts have a look at the log files and see if something turns up there.

Good luck


Form is loading...