This is the relevant code from ms_site_check():
$blog = get_blog_details();
// truncated
if ( '1' == $blog->deleted ) {
if ( file_exists( WP_CONTENT_DIR . '/blog-deleted.php' ) )
return WP_CONTENT_DIR . '/blog-deleted.php';
else
wp_die( __( 'This user has elected to delete their account and the content is no longer available.' ), '', array( 'response' => 410 ) );
}
So while site might not be actually deleted, for some reason WordPress is pretty confident that it is. The first thing I’d look at are DB queries being generated/run and data which is returned.
Related Posts:
- Is there a is_user_logged_in() for multisite?
- Unable to login to new custom domain on multisite?
- share login/logout sessions across two installs?
- How to Login Once to an Entire WP Multisite Network
- Multisite – Redirect All Users to Subsite Home Page on Subsite Login
- WordPress Multisite Login Access
- Subdomain login problems
- WordPress Multisite local: wp-login.php refreshes on login Chrome Browser
- ‘Remote Login’ with MultiSite Domain Mapping still forcing users to login to all blogs individually?
- How to stay logged in on a multisite with different domains?
- Login on Multiple Sub-Domains without Multisite
- Fresh Multisite Install – Can’t Log In
- Auto Redirect after login
- WordPress MultiSite login to the respective site
- How to fix blocked cookies error that doesn’t let me log into wp-admin?
- Good way to block users within a multisite setup without deleting them?
- Automatically login user across multisite
- How can you override the is_multisite check in wp-login.php for individual login/registration?
- How to write RewriteRule for login in multisite
- Https and Http Login Issue on WordPress Multisite
- Different Domains in Multisite Setup
- Multisite infinite redirect loop
- Disable site visiting and user logins excepting for a specific user
- Infamous admin login redirect
- Is there something I need to know in order to use WordPress on foreign (Swedish) TLDs?
- Restrict users of site 1 to login in site 2 in wordpress multisite
- Unable to execute Ajax request, status code 400
- How to display custom logo on WordPress login page
- Moving from a non WordPress site to a WordPress Site – Login between both sites
- WordPress Multisite: Login to all subsites at once
- Multisite – site user limited only for this site
- Unable to sign in to network after moveing address but able to login into child sites
- User not staying logged into one of sub sites in multisite after SSL
- Single sign on to sub-sites in Multisite Network
- WordPress automatic Login on other page?
- how to make a cronjob run, when user needs to be logged in
- WordPress Network with SSL for multiple domains
- Why does this multisite redirection loop vanish when I add “www.”?
- One login for 3 WordPress installations with combined user table doesn’t work
- Multisite: Redirect Subsite Administrator to Subsite Home Page, Bypassing Dashboard
- Admin user getting redirected to /wp-admin/user
- How to login a user with wp_set_auth_cookie on a specific blog within a multisite environment
- Is it possible to create a login for restricted visibility?
- How do I combine wp_redirect and add_filter?
- Some Subdomains on a Multisite Install Not Found
- Common login for websites belonging in different networks
- Best Way to Setup a Network of WP Sites?
- WordPress Multisite restict user access
- Error Message when logging into WordPress on Xampp
- WordPress MU: Cookie error when trying to login on network WP instance
- something in database is causing me to not be able to log into network admin of multisite
- Site Redirecting to wp-signup.php
- Multisite on Windows with wildcard subdomains
- How to use alias domain for multisite installation?
- Multisite htaccess on localhost with WP as an SVN external?
- WordPress Multisite with multiple domains using Nginx
- Turn off ms-files.php after network setup
- How do I fix problems with users not being able to publish and only submit for review after upgrade of Multisites installation?
- subdomain archiving
- Is it possible to fix/repair all Index, Primary Key, Unique (and all other) structure of a WordPress MS Database
- Copy site from one multisite to another
- add_rewrite_rule not registering on Multisite
- how do I configure nginx for wordpress multisite, it occurs ERR_TOO_MANY_REDIRECTS
- How to change the database prefix in multisite (WPMU) install
- Getting blank thumbnails in media library?
- WP MU – Accessing ‘Domain-Mapped’ WP-Admin with a subdomain
- Accessing multiple sites via FTP
- Multiple homes for multiple languages [closed]
- multisite custom directory
- You do not have permission to edit this user
- Multi-site: removing /blog from posts
- Multiple install for multilanguage. How to?
- Cannot access my first sub-site in a multisite [closed]
- How to detect the context of homepage for a wordpress mu sub-blog
- Multsite redirecting to the main site
- Multisite setup help – plain domain/subsite always redirects to domain with subdir multisite
- How to make a php script(app) accessible to all wordpress subdomains in a wordpress multisite configuration?
- Multisite with 220+ sites painfully slow
- WooCommerce Multisite — importing products IN subsites FROM main site
- Efficient way to handle translations with Multisite WordPress installation
- WordPress Mulitisite – Unable to create directory
- is_main_site() Always Returns True
- Mass Update Broken Links
- Permalink with a Category and then a Post
- How can I use different domains on a WP multisite install?
- WordPress Multisite Network to replace 3 seperate WordPress installations
- WordPress MultiSite Won’t Work on Google AppEngine
- How many .htaccess files should a WordPress multisite (subdirectory set up) have?
- Multisite loads assets from main site
- Fix nested WordPress multisite resource path?
- How To Upload Existing WordPress Site To WordPress Multisite Using SSH
- Multisite WordPress Configurtion
- How to reconnect database to existing wordpress multisite setup after changing site name
- Multisite, different domains, optional subdirectory, and htaccess
- Force multisite to use subdirectories on previous wordpress installation
- Make a select where the options are the different multisites
- Development (multi)site indexed – recommendations to redirect 301 to correct url?
- Setting up wordpress on a hosting server for the first time
- Is there a full explanation on how to share a database with two WordPress sites on same server?
- Keep/add URL referral params in wordpress with any action click