I have the same issue on only one of the three wordpress sites managed by a multisite wordpress.
I am not experienced with WordPress either, but I have managed to get uploads working by replacing
if ( empty( $directory_cache ) ) {
return;
}
by
if ( empty( $directory_cache ) || !is_array($directory_cache) ) {
return;
}
at line 8368 in wp-includes/functions.php
I have not yet encountered any inconvenience with this change but it still might have some unexpected implications.
Related Posts:
- Can I hook into wp_update_core outside of the admin?
- Cannot redeclare wp_update_core()
- Dismiss Admin Pointer Temporarily
- wordpress wp-admin/includes/shema.php file has been modify alone
- What is the point of new confirm admin email process?
- How to restrict dashboard access to Admins only?
- How to disable the “Post Lock/Edit Lock”?
- How can I control the position in the admin menu of items added by plugins?
- I’m getting a 404 message when I try to access wpadmin
- wordpress wp-admin css not loading
- Check if user is admin by user ID
- Unable to login to my wordpress site. reauth=1 redirection loop
- Highlight custom widgets in the admin area?
- Can I add custom attributes while adding inline scripts?
- wp-admin produces a 302 redirect to itself
- create users to site with specific language
- Hide a page in the admin end without a plugin?
- Prevent from deleting any user role but subscriber
- How to set custom editor style when editing the homepage?
- How to disable or hide “collapse menu”
- Disable sticky posts feature
- Login to wp-admin “redirect_to” points to wrong URL after migration
- Remove HTTP: from the site URL and just keep // in it
- Prevent Admin gui output from page added using add_submenu_page
- wp-admin blank in a clean install of WordPress on PHP 5.4 [closed]
- After changing Site url to https, can’t access login page
- Add custom content in user-edit.php page
- How to use Yoast SEO backend in english even if WPLANG variable is not english?
- How can I add my script to admin using script-loader.php?
- Admin first hook that outputs HTML?
- WP Database Error (Windows Server 2008 & SQL Server)
- Should I add the IP of the server that hosts my sites to the list of authorized IPs in the wp-admin/.htaccess?
- wp-admin edit user url wont show up correct url [closed]
- Which HTTP headers to use for subdomain embedding?
- To remove default dashboard items and add quick draft widget for custom post type
- FORCE_SSL_ADMIN not working
- Why am I unable to login after converting to www?
- why my menu is not appearing on the admin panel
- Can’t access WordPress as an admin – but I can log in as a user!
- Can enter wp-admin when logged in with custom ajax
- lock meta box position on post edit screen for contributors
- map_meta_cap was called incorrectly error?
- How to create a WP Admin user in phpMyAdmin for WordPress 4.6
- How do I host WordPress on a hidden domain through a reverse proxy?
- Clicking On View Post In Draft Opens New Tab
- Add javascript confirmation popup on “Move to Trash” link
- Users disappeared from wp-admin
- WordPress (behind HAProxy and Jetty), not multisite, in sub folder – and /en/wp-admin/ keeps redirecting to /wp-admin/
- Created a new subdomain with same content. Should I add a redirect in my old subdomain?
- Placing a custom Control element in an existing block InspectorControls panel
- WordPress isn’t reflecting changes I make to a specific file via FTP [closed]
- What are the requirements to make the admin toolbar show up on the front end
- Sorry, you are not allowed to access this page
- Screen Options & Help Buttons not working when including Bootstrap Css
- Hide username discovery
- Cookie Domain is preventing Admin login
- How to use the built in tooltip for form validation error messages in WP admin plugin?
- _wpnonce blank screen
- Cannot access WordPress login pages
- How to get Role Subscribe Users on Admin Menu only in Pages in WordPress
- Custom Admin Pagination links
- Have different site location for wp-admin in IIS
- Lost administrator privileges and can’t find a fix
- Why does do_robots() Allow: /wp-admin/admin-ajax.php by default?
- What is the meaning or function of this notice?
- How to set where user is redirected to after logging in at wp-login?
- How to display site title with post title?
- Remove WP Admin Menu Items by User Role
- Our Team not showing on website [closed]
- How to create dependent dropdown custom field in wordpress admin post form
- Get current session in WP admin
- How do I make it so that the all users page is not a white screen?
- Strange problem with HIdden Input field and WPAlchemy
- Show shipping class on product admin page
- How to remove the Login Customizer menu from the WordPress dashboard
- How to add a field on the user creation page?
- How to check if a user is in a specific role?
- Login redirect_to url is pointing to a url with the port
- data-vocabulary.org schema
- How to load Dashboard default media files via HTTPS even when Browser URL has HTTP
- Unable to access my page or WP Admin
- How to move “Collapse Menu” to top of admin bar?
- Some fields in Settings API form are saving, others are not
- I cannot get the “Read More” button to work!
- Show comments in Backend
- Child theme loses wp-admin styling
- Options site set empty fields after submitting
- Conditions for admin get_current_screen action parent_file edit.php?post_type=page
- Admin section showing CUSTOM Permalink structure thus resulting in permission error [closed]
- Hook into backbone to add js to wp-admin -> media library?
- Weird admin area
- Renaming child-theme folder fixed wp-admin blank
- Unable to access dashboard (wp-admin) only
- is_admin() conditional statement
- Admin Login page not working at all
- Admin panel: Javascript not loading properly. Cannot edit pages/posts [closed]
- Non Object Notice Error – How to fix please
- wha does the following function remove from wordpress users admin area? [closed]
- Critical Error when editing menu
- Https Website: CSS and JS files load in http and admin page does not load too