Some ideas:
-
You should check your php info, just to verify your upload settings (
<?php phpinfo();?>
) -
You could try a single install, to see if you have the same problems as with multisite.
-
You should also try some 3rd party upload script yourself.
-
In
/wp-includes/script-loader.php
I found these lines:// common bits for both uploaders $max_upload_size = ( (int) ( $max_up = @ini_get('upload_max_filesize') ) < (int) ( $max_post = @ini_get('post_max_size') ) ) ? $max_up : $max_post; if ( empty($max_upload_size) ) $max_upload_size = __('not configured');
so it is using the minimum of upload_max_filesize
and post_max_size
. It looks though you have these variables as set as 192MB > 58MB.
Related Posts:
- Site Redirecting to wp-signup.php
- Moving a WP Multisite to a subdirectory
- multisite 404 error for subdirectory
- WP-Admin not working properly at WordPress multisite with subdirectories
- WordPress multisite subdirectory redirect infinite loop issue
- Protect Uploads in Multisite
- Suppress subdirectory from WordPress Multisite primary URL
- Images uploading to wrong directory after changing to multisite
- How to disable the default WordPress redirect to non-www URLs?
- Multisite on localhost using xampp
- Multisite Create Site not working
- How to protect specific uploaded files from being accessed by non-logged-in users in WP-multisite
- Redirect to another page using contact form 7? [closed]
- MULTISITE SUB-DOMAIN JUST SHOWS INDEX OF -> CGI-BIN INSTEAD OF SHOWING SITE
- Multisite Sub domains not working
- Update WP install to WP network & it broke the DB connection
- Getting file errors in a WordPress Multisite ADMIN
- No input file specified after enabling multi site
- Multisite subdirectory blogs missing slash
- Specific upload folder for PDFs in custom Post type in WP multisite
- Get upload URL by blog ID in multisite
- Add additional Network constants to wp-config.php dynamically
- Multisite stuck at 1MB for max file size
- Why is WordPress Multisite redirecting to wp-signup.php and how to fix it?
- Which asset URLs are acceptable in a “vanilla” MU install?
- Can upload doc and pdf but not ppt – not permitted for security reasons
- Listing of all uploaded files in network sites
- Multisite htaccess on localhost with WP as an SVN external?
- How to individually set WP_DEBUG on a sub-directory multisite?
- Upload path/URL weirdness for the main blog of a multisite/network setup
- WP-CLI methods for get_current_blog_id, get_blog_details or $wpdb->prefix
- COOKIE_DOMAIN setting confusion
- Turn off ms-files.php after network setup
- domain mapping confused about sunrise
- Is there a way to define wp_blogs domains in wp-config?
- Organize uploaded media files
- How can I have network sites not use year/month folders by default?
- How to upload images manually to wordpress?
- Sharding BLOGUPLOADDIR
- Multisite Subdomains result in 403 Forbidden
- WordPress Multisite – Multiple subfolders for blogs
- Advanced Custom Fields Multisite Upload/Imagery Issue [closed]
- Multisite: Develop locally using production images with .htaccess
- How to make WordPress use new Upload Path settings in Multisite Setup
- multisite htaccess 301 redirects
- Hook filter to change wp_upload_dir() path in multisite
- How to prevent hotlinking with htaccess in WordPress and why most common use about it doesn’t work?
- Multisite with path, how to change the main site
- Multisite wordpress and subdomain URL collisions
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- Error 101 after upgrading WordPress
- W3 Total Cache Plugin with WP 3 MultiUser [closed]
- Nginx rules for subdomain multisite install (Bedrock)
- Shared upload folder in wordpress multisite
- Basically the opposite MultiSite URL question that most people ask
- Domain redirect in WordPress multisite
- Fix 403 error on WordPress multisite network using subdomains
- .epub file blocked despite ALLOW_UNFILTERED_UPLOADS set to true
- How to get max upload size and accepted file types on multisite?
- 500 error when using virtual host
- How to move theme directory but not plugins/uploads out of WordPress root directory?
- WordPress Multisite Login Access
- Why wordpress multisite redirect to wp-signup if site exists?
- Force Uploads Use Yearmonth to off (0) for all existing sites in Multisites
- WordPress multisite htaccess
- why when I try to insert an image attachment along with a post does wp_get_attachment_url give me a very wrong file path?
- Multisite without .htaccess
- .htaccess 301 vs. 302 Enforcing HTTPS
- Sub-subdomain getting redirected to main domain
- how do I configure nginx for wordpress multisite, it occurs ERR_TOO_MANY_REDIRECTS
- Members area with externally-managed htaccess / htpasswd authentication?
- How to properly force https and www on multisite with Apache HTAccess
- wordpress htaccess is hijacking my .mp4 files
- How to exclude a directory from WordPress permalinks in a Multisite environment?
- Media library not loading after switching the main site of multisite
- How to stop unlink images when remove a site or user
- Multisite media library uploads broken images
- WordPress mutisite migration
- Dissolve Multisite while making site #5 the main site?
- multisite custom directory
- Multisite, can’t see sub blogs
- Multisite Network menu links not updating
- Create rewriterules for different domains in htaccess file with WP multisite
- WordPress multisite in subdirectory, not root, and remove base folder from url
- Upload images from one site to another in Multisite
- Redirect subdomain in Multisite installation?
- Issue with htaccess redirection in WP Multisite
- Multisite installation not in root – how to make live?
- Redirect only posts to New Domain
- Image problem – Multisite image upload broken
- Allow Author on Site A capability to upload files on Site B in Multi Site
- Upload file type not permitted even if explicitly registered as upload_filetypes in the db (multisite)
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- Multisite setup help – plain domain/subsite always redirects to domain with subdir multisite
- Add additional non-rewrite .htaccess directives on multisites via mod_rewrite_rules filter
- add_rewrite_rule on multisite doesn’t work
- Temp URL Redirect Loop
- Where does multisite store image uploads?
- WP doesn’t remove uploads from folder when removed from “Media Library”?
- Problem uploading images