Like i told,
i have one domain with network site actived and three child sites with pathfolder. AllowOverride is set off at hostingcompany. How can i get this working;
I need to upload files (pdf, doc(x) etc) and images, but it keeps failing.
The files uploaded to the blog.dir folder and but not showing in media list. But if i edit the image it shows. How is this possible??
You say it’s failing. Do you mean WP gives an error? If so, what error?
Have you checked your server error logs?
I have a same/similar problem:
finally I discovered that my old uploads are in
uploads/sites/x/2014/04 etc so in the new (3.5+) structure
however might be some plugin set the upload directory back to the
blogs.dir/x/files/2014/04 etc
as the media library also use this one I do not see the images…
how can I set back the upload dir according to 3.9 ? (uploads)
No not failing the upload. It’s uploading, but not showing as a image.
I checked out the folder on the webhost server. And it was uploaded to the folder;
the upload path in the settings says:
wp-content/blogs.dir/2/files
wp-content/blogs.dir/3/files
wp-content/blogs.dir/4/files
And i have three childsites and a mainsite
I have a site on a domain in a subfolder under a subdomain.
The mainsite is running with another wp installation.
Therefore i created a subdomain and there i installed the wp multisite.
example:
domain.com -> normal wordpress installation
sub.domain.com -> installation multisite (but in the root it is a folder)
multisite folder: root\multisite\childsite
I tested through XAMPP localhost with WP multisite installatie and with same idea. It get’s uploaded.
as i understand so far the /blogs.dir/x is an old (<3.5) structure for multisite uploads, the new one is the uploads/sites
this is my idea that one of the plugin, (in my case most probably the Tribulant Slideshow dir check function) which is not compatible with >3.5 multi site changed back the upload directory settings to the old blogs.dir style
however the deactivating/uninstall the plugin is not enough as it made changes in the path settings… (in the data base?)
I am looking for how to set up the path for the upload and the media library, without success so far
I do not want to restore an older system from backup without this as I have some new users etc. (lessons learned: more frequent backup and backup before any new editing)
Bertalan – You have a similar but separate issue. Please make your own post. It’s too hard to debug two separate issues in one thread.
No not failing the upload. It’s uploading, but not showing as a image.
So you get the broken image?
sub.domain.com -> installation multisite (but in the root it is a folder)
What does that mean?
Where is multisite actually installed?