Recent Topics

1 Dec 30, 2007 07:52    

My b2evolution Version: 2.3

Windows Live Writer and b2evolution 2.3

It works fine but this is the error:

Error attempting to connect to weblog at:
http://domain.com/xmlsrv/xmlrpc.php
The remote server returned an error: (500) Internal Server Error.

when I want to publish a post to my blog....

what shoud I do about my server?.....

2 Jan 05, 2008 05:47

Yes, that error happens with every version of b2evolution.
There no way to use LW with b2evo right now.

3 Jan 05, 2008 21:09

I will try to debug it.

4 Jan 06, 2008 16:09

I was able to publish to [url=http://daury.net/phpbb/]my blog[/url] using Live Writer Version 2008 (version 12.0.1367.1128)
I select Wordpress 2.2 API and I'm using b2evolution 1.10.3.
I got an error when Live writer tried to delete a post

[06-Jan-2008 15:55:44] PHP Catchable fatal error:  Object of class xmlrpcval could not be converted to string in /www/daurynet/xmlsrv/xmlrpc.php on line 1765

Next step I will try with b2evolution 2.3.0

5 Jan 06, 2008 16:23

On my test platform I was able to post to b2evolution 2.3.0. I used wordpress 2.2 API (URL provide to live writer: http://localhost/b2evolution/blogs/xmlsrv/xmlrpc.php )

I was able to :
- download skin
- publish some post.
- publish post in draft mode
- view web preview
- upload an image

I was not able to
- select a category.
- to modify an existing post. I got an error

[06-Jan-2008 16:14:11] PHP Notice:  Undefined variable: blog_ID in C:\Slamp\wamp\www\b2evolution\blogs\xmlsrv\xmlrpc.php on line 1599

[06-Jan-2008 16:14:11] PHP Notice:  Undefined index:  dateCreated in C:\Slamp\wamp\www\b2evolution\blogs\xmlsrv\xmlrpc.php on line 1611

[06-Jan-2008 16:14:11] PHP Notice:  Undefined index:  mt_allow_pings in C:\Slamp\wamp\www\b2evolution\blogs\xmlsrv\xmlrpc.php on line 1671

I saw in live writer forum that some users have problems when trying to modify existing post.

6 Jan 10, 2008 16:22

slamp wrote:

I was able to publish to [url=http://daury.net/phpbb/]my blog[/url] using Live Writer Version 2008 (version 12.0.1367.1128)
I select Wordpress 2.2 API and I'm using b2evolution 1.10.3.
I got an error when Live writer tried to delete a post

Lucky you!
I use 1.10.3 but i'm not able to post anything. I always get an error and LW publishes an empty post. It retrieves blog style only.

Using 2.3.0 i'm not able to do anything. It retrieves neither categories... :(

7 Jan 10, 2008 16:40

I can post to demo.b2evolution.net v2.3 by firefox scribefire but I can not post to my b2evolution blog v2.3 in my own server...
...??...!!!...

8 Jan 10, 2008 17:26

farhad2na2 wrote:

I can post to demo.b2evolution.net v2.3 by firefox scribefire but I can not post to my b2evolution blog v2.3 in my own server...
...??...!!!...

As this is not a live writer problem, please open a new thread.

Lucky you!
I use 1.10.3 but i'm not able to post anything. I always get an error and LW publishes an empty post. It retrieves blog style only.

Using 2.3.0 i'm not able to do anything. It retrieves neither categories...

Could you enable debug mode in conf/_advanced.php ?

10 Jan 21, 2008 18:06

Afwas wrote:

For 2.x users only (1.10 users may try, simply keep a backup in case it fails)
Check out the latest CVS version here: http://evocms.cvs.sourceforge.net/evocms/b2evolution/blogs/xmlsrv/.
You want the file xmlsrv.php *and* the folder apis (plus contents of that folder - 4 files).
You can get LiveWriter working using the MetaWeblog API.

Please report back to this topic

I followed your instructions but still unable to use WLW

12 Sep 26, 2008 02:31

slamp wrote:

I was able to publish to [url=http://daury.net/phpbb/]my blog[/url] using Live Writer Version 2008 (version 12.0.1367.1128)
I select Wordpress 2.2 API and I'm using b2evolution 1.10.3.
I got an error when Live writer tried to delete a post

[06-Jan-2008 15:55:44] PHP Catchable fatal error:  Object of class xmlrpcval could not be converted to string in /www/daurynet/xmlsrv/xmlrpc.php on line 1765

Next step I will try with b2evolution 2.3.0

Hi, are you able to fix this one? I found out that line 1765 is trying to initialise the object into a string variable, so you can try commenting that out or add ->me['string'] to $_xh[$parser]['params'][$i]

exactly like this:
$_xh[$parser]['params'][$i]->me['string']

xmlrpcval Object
(
    [me] => Array
        (
            [string] => 1Kg6sU-0004Lm-HR
        )

    [mytype] => 1
)


Form is loading...