After Update to 3.8 MU images can not be uploaded
-
“image.jpg” has failed to upload due to an error Unable to create directory uploads/2014/02. Is its parent directory writable by the server?
This problem appeared after updating from 3.7.
I have followed the procedures as proposed in most theads with no success:
– reinstalled wp 3.8.1.
– disable all plugins
– enable standard theme
– set the uploads folder to 777I also have followed this thread:
https://www.ads-software.com/support/topic/not-resolved-404-error-on-uploaded-images?replies=17The procedure as decribed by ashiado seemed to work partially for me.
When I changed the variable upload_path from “/wp-content/uploads/” to “wp-content/uploads/” the upload itself worked again. But all images, including the recently uploaded were broken in the media library.I wonder if there might be issues with the multi-user .htaccess, but my tests seemed not to indicate that.
### reroute inkearns.de to www.inkearns.de RewriteEngine on RewriteCond %{HTTP_HOST} ^inkearns.de$ RewriteRule ^(.*)$ https://www.inkearns.de$1 [R=301,L] ### BEGIN WordPress Multisite ### RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] #RewriteCond %{REQUEST_FILENAME} -f [OR] #RewriteCond %{REQUEST_FILENAME} -d #RewriteRule ^ - [L] #RewriteRule . index.php [L] # END WordPress
Thanks for your comments in advance, best Francis
- The topic ‘After Update to 3.8 MU images can not be uploaded’ is closed to new replies.