Here's a new problem: I changed the wordpress files, including the content files, into a new directory. Now, when I try to upload files using my image loaders, I get this message: "Unable to create directory /home/[ . . . ]/wp-content/uploads/2009/03. Is its parent directory writable by the server?" Well, this path is to an old subdirectory which doesn't exist any more. For some reason, the uploader doesn't know that I've changed the root directory to a new one. I've let Wordpress know the new directory address on the settings page.
Now, I can just .ftp the files over, and manually enter in the html code for the images into my pages and posts, at which point they appear, but I then have no Media Library to draw on, which I'd like to have, since there will be more than one person editing our organization's blog from different locations.
How can I let the image uploader know about the new path to the image files?
Thank you!