I have attempted several times to get the wordpress application to add my blog. But I keep getting this error
Communication Error
Operation could not be completed.
(NSXMLParserErrorDomain error 64.)
What should I do?
Thanks.
I have attempted several times to get the wordpress application to add my blog. But I keep getting this error
Communication Error
Operation could not be completed.
(NSXMLParserErrorDomain error 64.)
What should I do?
Thanks.
This means there is some bad stuff appearing before the "<?xml" tag in your XML-RPC. Visit http://YOUR_WORDPRESS_SITE/xmlrpc.php?rsd in a modern browser and it should tell you where the problem is.
Check that your plugins and theme aren't inserting any text, spaces, newlines, etc.
I have the same problem. That's what I am getting in your rsd link:
---
XML-Verarbeitungsfehler: XML- oder Text-Deklaration nicht am Beginn der Entität
Adresse: http://ruckh.org/blog/xmlrpc.php?rsd
Zeile Nr. 3, Spalte 1:<?xml version="1.0" encoding="UTF-8"?><rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
^
---
I am not a developer, but switched off all plugins to check if it was still there and it was. I use the journalist plugin from http://lucianmarin.com/page/themes
How could I find what actually causes the problem? And even worse: fix them once I've found them?
This topic has been closed to new replies.