I have a wordpress website online. In the local version I had put a logo picture which now has disappeared. Therefore I tried to upload the logo again via the standard wordpress image upload tool.
I get the following error message:
Unable to create directory wp-content/uploads/2014/01. Is its parent directory writable by the server?
How can I solve the problem?
UPDATE: Problem solved
Thank you to everyone for their input. Here is what I did:
In my database in wp_options the value for "upload_path" was empty. So I entered the following as value: "wp-content/uploads".
In Filezilla in wp-content, I deleted the default "uploads"-folder and manually created it again and then by right-click on it changed the file attributes to 777 (instead of 755 which was not working for me).