Search found 9 matches

by OnIce
Sun Oct 26, 2008 5:57 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

Hey,

seems to be a bug in libxml2:
http://bugs.php.net/bug.php?id=45996

I'll investigate it a little more and maybe downgrade for the moment... let's see what happens ;-)

Update:
It is indeed the above mentioned bug/feature (whatever). Everything after (including) libxml2-2.7.1 is not working ...
by OnIce
Sat Oct 25, 2008 7:27 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

Hey,

No - I am not using mod_security.

Give me a hint on how I could perform more testing / debuging on the system in order to find out if it is s9y or the XMLRPC-Server.

So far I wasn't able to produce any more debuging output as neither PHP nor APACHE are giving me error messages when ...
by OnIce
Sat Oct 25, 2008 12:24 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

Hey,

Ok - I moved /usr/share/php/XML to old_XML.
That didn't make a difference...

"<" AND ">" still don't get decoded as "<" AND ">"

Also "&#228" "&#252" "&#246" are not getting decoded as Umlaute.

So IMHO the problem lies somewhere within decoding ampersands... any help or idea?

Funny thing ...
by OnIce
Fri Oct 24, 2008 7:07 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

Thank you very much judebert - that is basically what I read out of the log but it's good to have it confirmed. Which also brings me back to my original question - what feature could my php installation probably miss?

As I mentioned: It is a self-compiled gentoo installation... that is why I am ...
by OnIce
Thu Oct 23, 2008 11:22 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

Ok, here is the DEBUG output:

[23.10.2008 22:08]<?xml version="1.0" encoding="utf-8"?>
<methodCall>
<methodName>mt.setPostCategories</methodName>
<params>
<param>
<value>
<string>817</string>
</value>
</param>
<param>
<value>
<string>USERNAME</string>
</value>
</param>
<param>
<value ...
by OnIce
Thu Oct 23, 2008 12:18 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

Still not working... I tried scribefire now and the problem still remains.

"<" and ">" are being stripped from my input... So I really guess it is a php and or xmlrpc problem... maybe a wrong setup on the server. ANY suggestions - anybody?

What security features could there be that keep me from ...
by OnIce
Thu Oct 16, 2008 4:34 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

Yes it does... supporting Umlaute (everywhere) and HTML.
With WYSIWYG and regular frontend.

Do I need a wlwmanifest.xml? I thought it is only necessary for "fine tuning" Live Writer... The blog get's recognized as serendipity - but is not working as any other API either...

Anyway: If I use an ...
by OnIce
Thu Oct 16, 2008 4:14 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

If nobody knows a solution, is maybe someone (who is using xmlrpc) willing to post the output of phpinfo - that way I could compare if my php installation is missing some features...

Thanks!
by OnIce
Mon Oct 13, 2008 11:35 pm
Forum: Plugins
Topic: [SOLVED] XML_RPC Plugin does not accept html
Replies: 17
Views: 9285

[SOLVED] XML_RPC Plugin does not accept html

Hi,

I have a problem using the XML_RPC Plugin.
I tried posting via MS Live Writer and it does not really work well because HTML tags are not passed to the blog.

Something like:
<p>Here is my sentence</p>
looks like phere is my sentence/p

German Umlaute are only shown correctly if I set Live ...