I ended up enabling WP_DEBUG and found an error – something about fsockopen()
not being able to connect to my host (I didn’t write it down and now can’t reproduce it) – and found that it was a DNS issue;- my subdomain (foo.example.com) was resolving to the correct IP (10.0.0.1) but the primary domain wasn’t.
I’m in the process of cloning & replacing a live server, external IP 10.0.0.1, internal IP 192.168.0.1; the new server has internal IP 192.168.1.1 (different subnet) and the external IP is accessed via a second interface. Adding the correct DNS entry in /etc/hosts
fixed the problem:
10.0.0.1 example.com www.example.com
Related Posts:
- How To Add Custom Form Fields To The User Profile Page?
- Specific upload folder for PDFs in custom Post type in WP multisite
- How to delete post revisions?
- Create mobile site with same content just different theme
- Add additional Network constants to wp-config.php dynamically
- Anyone figured out how to use WordPress MultiSite with Domain Mapping & SSL?
- How to share WordPress core library
- Can upload doc and pdf but not ppt – not permitted for security reasons
- How to hide or remove unwanted widgets on Multisite installation?
- How do I transition multiple installations to a single Multisite installation?
- How can I diagnose a slow WordPress admin?
- How to enable a site administrator to edit users in a WordPress network/ multisite setup?
- What is the best way to load the WP environment in a subdomain of my multisite WordPress install?
- WP-Admin not working properly at WordPress multisite with subdirectories
- Best way to develop multisite and deploy on another server?
- How To Provide Sub-Blogs Their Own Domain Names?
- Memory needed to host 200 wordpress sites?
- Removing My Sites menu from Admin
- Security in WordPress plugin development
- Prevent Deletion of Blogs
- Hide a theme on list of themes in wp-admin without editing core files
- NGINX Multisite Rewrite rules
- How to Set up a Multisite WordPress?
- Difference Between Admin and Super Admin in Database
- Multisite, turn off “create new site”
- Don’t allow access to wp-admin but allow admin-ajax requests to be fulfilled on frontend?
- Timeout While Upgrading Network in Multi-site
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- Multiple Domains and Subdomains Using Multisite Installation
- restore_current_blog() vs. multiple switch_to_blog() followed by removing $GLOBALS[‘_wp_switched_stack’]
- Multisite wp-admin redirect loop
- WordPress network (multisite) /wp-admin/ redirect loop (ERR_TOO_MANY_REDIRECTS)
- Copy posts from one blog to another in multisite environment
- What are the differences in capabilities between the super-administrator and administrator?
- My subsites accidentally went from one multisite network to another. How do I change it back?
- Redirect loop (only for multisite network admin)
- Network setup tab is not shown under Tools
- How to move theme directory but not plugins/uploads out of WordPress root directory?
- Manipulate list of themes in wp-admin
- How To Modify New Sub Blog Immediately When Super Administrator Creates It?
- How do I add JavaScript that will execute on all my sites in Multisite?
- How to prevent first post and first comment on WP MU?
- Creating a Post form outside of the Admin
- Subsites in Multisite installation throwing 404 error on wp-admin in IIS 7
- Subdomain and subdirectories together in one installation
- Max number of multisites
- How to remove Broken Link Checker widget from admin menu
- Limit multisite/network site names to a property of the user
- How to set Active plugins as the default screen?
- How do I maintain static directories on multisite subdomains?
- Why are images not displaying?
- Replacing the default content created while the site creation
- Why can’t I delete original user in multisite? Options for manual removal
- Multisite network admin – URL / redirect error
- WP Multisite Static Frontpage
- Preview posts returns 404
- Multisite on Rackspace Cloud (ubuntu lucid)
- Cookie nonce is invalid – Multisite
- How to stop unlink images when remove a site or user
- What should I do? A multisite, a single website or many websites? [closed]
- WordPress mutisite migration
- Why does the My Site dropdown show only a single domain?
- Multiple homes for multiple languages [closed]
- WordPress multisite installation broke menu links
- Poor performance on multisite install
- Super admin access to a forgotten WP instance?
- Performance on WPMS
- Hosting a seperate wordpress project on localhost
- Multisite development environment
- How to host blog on separate domain from main site
- Iframe being removed only for some users when publishing a page
- WP Multisite with Domain Mapping : Preventing User Access to Dashboard
- Pushing stored procedure to a multisite database in WordPress
- How does WordPress determine which multisite the user is on from the URL?
- Multisite multidomain
- How to recover deleted site in WordPress Multisite?
- WordPress Multisite domain mapping with different IPs
- Multisite with 220+ sites painfully slow
- 2 website 1 database… Local to online
- WordPress stuck in deleting user
- How can I add custom meta on signup page and pass along to be used after blog activation?
- Moving wp-admin folder to a different host in a multisite environment
- Migrating static site to multisite with multiple domains and subdomains
- Site’s admin created with wpmu_create_blog accessible only on 2nd attempt
- WordPress multi-site, developing locally and syncing live changes
- muliple wordpress multisite installs on the same sever
- How To Run Multiple Multi-Site Networks On Same Box [closed]
- Performance disadvantge of second installation instead multisite feature?
- WordPress network vs Separate installs
- Replicate network plugins without having to configure it for each subsite?
- Is There A Plugin to Create WP Multisite Installs programatically
- Different Domains in Multisite Setup
- Can’t log in to wp-admin after setting up Multisite
- Minimize Performance Issues of MultiSite Large Number of Tables Created
- How to publish some default pages in Multisite creation?
- How long is “as long as possible” in wp_cache_set()?
- Infamous admin login redirect
- Why am I getting the login screen in wp-admin->Appearance->Customize?
- The wp-admin url for each site does not work on WordPress multisite
- Memory growth with new additions to WordPress Multisite