Media upload fails
-
Hi everyone,
I’m running a multisite-network with a subfolder setup for 2 languages /de and /en for a client of mine.
Every now and then the mediauploader refuses to upload an image. The errormessage claims that there is no permission to write to the blogs.dir – which is right, because there is no such directory…the site, once started on 3.xx and running under 4.1 now, is using the uploads/sitexx/… directory…
After a little bit of research i found a plugin called “Migrate Multisite Files”. after using it i’m able to upload new images without a problem. But after a few days if i try to upload new files, i’m stuck with the old error again, until i re-run the plug in.
Is there a way to permanently fix this without the need to use this plug-in-routine every time?
maybe the error is in the htaccess file?
this is how it looks:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Hope someone can help…
thanks in advance
Marcus
- The topic ‘Media upload fails’ is closed to new replies.