I am getting the same message and would love some assistance!
Unable to create directory wp-content/uploads/2015/09. Is its parent directory writable by the server?
Thank you!
I am getting the same message and need help
Unable to create directory wp-content/uploads/2015/09. Is its parent directory writable by the server?
Thank you!
Did any of you find a solution to this? I am getting the same error, but finding no solutions anywhere.
Same thing here. I updated to version 4.3 and uploaded by clicking add media. I de-activated all plugins. I made all my wordpress folders read and writeable. I followed the other posts and changed the apache2.conf to KeepAlive=Off. But, nothing helps. Same error message “The uploaded file was only partially uploaded.”
This can happen if your server runs out of disk space. Checking and reporting your findings in your errors and access logs will make the question better received by the WP community, as at the moment it could be a range of problems and pure speculation.
Thanks for your response. The access log says I have accessed WP at the time that I tried to upload. Error log does not show any errors. I have also done this:
added this to wp-config.php
define(‘WP_MEMORY_LIMIT’, ‘128M’), and restarted apache2,
but it does not help.
This is my error “The uploaded file was only partially uploaded.”
I have made sure that all WP folderss are writable (chmod 777 -R …)
KeepAlive=Off
Also, chown shum to match my username.
I found this in the access log. It looks suspicious
POST /wordpress/wp-cron.php?doing_wp_cron=1442189371.0678019523620605468750 HTTP/1.0" 401 595
The 401 should be an error, but there is no entry in the error log.
Well wp_cron is a normal file provided with WordPress, itself isn’t suspicious but you may have something attempting to do something it wasn’t designed to do, or something is attempting to exploit it.
Your need to figure out what is causing it, a great start would be to check your template files and then your plugins.
Thanks. I gave up. Installed add-from-server plugin and works.