PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, July 3, 2022

[FIXED] How do I cancel pending WordPress multi-site installation?

 July 03, 2022     cancellation, multisite, php, wordpress     No comments   

Issue

I'm trying to create a network of WordPress sites but missed selecting my target domain. Now installation wants to proceed on my default domain. I can't seem to return back to the "Create a Network of WordPress Sites - Network Details" screen. It's stuck on "Create a Network of WordPress Sites - Enabling the Network" screen.

I've tried disabling multi-site in wp-config.php file and re-enabling it but it takes me directly to the "Create a Network of WordPress Sites - Enabling the Network" screen.

I need to cancel any pending WordPress multi-site installation and start all over again.


Solution

Resolved this by deleting every row data in the "wp_site" and "wp_sitemeta" tables in my WordPress database. After that, it returned to the "Create a Network of WordPress Sites - Network Details" screen. Please note that I didn't have any active multisite setup.



Answered By - King Ukah
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing