WordPress: Image uploading fails
Submitted by Stephan Walcher on June 21, 2007 7:43 pmOne Comment
Description: When attempting to publish a post that contains images, you get a dialog that starts with “The following images cannot be published because the weblog does not support image publishing.” (Also affects Writer Beta 1.)
Reason and Solution: Very large XML-RPC requests (such as image uploads) that don’t contain line breaks get truncated by the server in some configurations. A future release of Writer will insert breaks between XML tags. In the meantime, configure your blog to publish via FTP:
select Weblog | Edit Weblog Settings from the main menu, and go to the Images section.
- WordPress: Posting fails for some blogs that don’t use UTF-8, ISO-8859-1, or US-ASCII encodings
Description: Weblog is configured to use non-UTF-8 encoding. Attempt to post results in error message “Blog Server Error. Parse error. Not well formed”. Posts from the web UI are fine. Reason and Solution: PHP’s XML parser ...... - WordPress: ArgumentOutOfRangeException while attempting to open posts from WordPress blogs
Description: Attempting to open posts in Writer results in ArgumentOutOfRangeException. Reason and Solution: A bug in Writer causes blog post parsing to fail when the post contains pre, script, and/or style tags. This will be fixed ...... - WordPress: Invalid response from blogger.getUsersBlog
Description: On blogs running PHP 5.2.2, trying to configure the blog in Writer gives the following error: Invalid Server Response – The response to the blogger.getUsersBlog method received from the weblog server was invalid. / ......



[...] Image uploading fails [...]