quasimagyar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Windows Live Writer, WordPress 2.1.3, Invalid Server ResponseI decided to download BlogDesk, which uploads image just fine. There appears to be some unique problem with WLW and WordPress–at least with my configuration.
Thanks for the help.
Forum: Fixing WordPress
In reply to: Windows Live Writer, WordPress 2.1.3, Invalid Server ResponseFor the sake of trying something else, I upgraded from PHP4 to PHP5 to see if this would solve the problem. Now, I get a new error to replace the old one: “The following images cannot be published because the weblog does not support image publishing”.
*sigh*
Forum: Fixing WordPress
In reply to: Windows Live Writer, WordPress 2.1.3, Invalid Server ResponseI increased the maximum file size from 2MB to 6MB with the following line in php.ini:
upload_max_filesize = 6M
Still no luck. I’ll try fiddling in php.ini to see if something else does the trick.
Forum: Fixing WordPress
In reply to: Windows Live Writer, WordPress 2.1.3, Invalid Server ResponseTo further muddy things, I’ve discovered that WLW will sometimes upload images. It appears to have something to do with the size of the image. Anything over 150K or so will result in failure.
Forum: Fixing WordPress
In reply to: Windows Live Writer, WordPress 2.1.3, Invalid Server ResponseFor testing purposes, I had set the file permissions on the uploads folder under wp-content to 777 (read, write, execute for all). This didn’t seem to help. I was able to upload files from within WordPress, which makes me suspect that file permissions are fine. Am I wrong to assume this?
As for the Apache log files, I checked access.log, and it contains all of my attempts to post. Here’s an example:
xx.xx.xxx.xxx – – [16/Apr/2007:11:07:44 -0700] “POST /weblog/xmlrpc.php HTTP/1.0” 200 459 “-” “Windows Live Writer/1.0.1.6”
I then checked error.log and found no corresponding error message in and around this time.
Thanks a lot for your help!