I'm getting a property when trying to upload images to my blog using the form in write post page.
I get an error saying:
The uploaded file could not be moved to /home/httpd/vhosts/[mydomain]/httpdocs/blog/wp-content/uploads/2007/04.
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/[mydomain]/httpdocs/blog/wp-admin/admin-functions.php:1887) in /home/httpd/vhosts/[mydomain]/httpdocs/blog/wp-includes/functions.php on line 1221
When I first tried to upload, it didn't create the folders and couldn't upload to them. I created the folders (directories) myself:
uploads
2007
04
Is this something to do with permissions?
Help please :(