[wp-trac] [WordPress Trac] #53355: wp-signup.php with `new` in the query string results in a "site does not exist" message even if the site does exist

WordPress Trac noreply at wordpress.org
Sun Jun 8 15:34:34 UTC 2025


#53355: wp-signup.php with `new` in the query string results in a "site does not
exist" message even if the site does exist
-------------------------------------------------+-------------------------
 Reporter:  henry.wright                         |       Owner:
                                                 |  SergeyBiryukov
     Type:  defect (bug)                         |      Status:  reviewing
 Priority:  normal                               |   Milestone:  Future
                                                 |  Release
Component:  Networks and Sites                   |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  has-patch has-unit-tests dev-        |     Focuses:  multisite
  feedback has-test-info                         |
-------------------------------------------------+-------------------------

Comment (by sandeepdahiya):

 == Bug Reproduction and Test Report
 === Description
 ✅ This report validates that the indicated patch works as expected.

 Patch tested: [https://github.com/WordPress/wordpress-
 develop/pull/8890.diff Patch-8890.diff]

 === Environment
 - WordPress: 6.9-alpha-60093-src
 - PHP: 8.2.28
 - Server: nginx/1.27.5
 - Database: mysqli (Server: 8.4.5 / Client: mysqlnd 8.2.28)
 - Browser: Firefox 139.0
 - OS: Windows 10/11
 - Theme: Twenty Twenty-Five 1.2
 - MU Plugins: None activated
 - Plugins:
   * Test Reports 1.2.0

 === Actual Results
 1.  **Bug Reproduction**: The issue was successfully reproduced by
 following the steps outlined by the original poster. The bug still
 persists.When a user attempts to register a site that is already taken—by
 navigating to wp-signup.php?new=sport—WordPress still displays the
 message:"The site you were looking for, https://sport.localhost:8889/,
 does not exist, but you can create it now!"This message appears at the
 bottom of the page, below the "Create Site" button, even though the site
 is already registered. This is the [https://ibb.co/NgrQ0jDh screenshot
 before the patch].

 1.  **Patch report**: The issue resolved with patch as expected. It
 doesn't display the message as mentioned above and when we try to create
 site using the above slug. It says "Sorry, the site is reserved". This is
 the [https://ibb.co/YFfMZmGm screenshot after the patch].

 === Additional Notes
 1. [https://ibb.co/NgrQ0jDh screenshot before the patch]

 2. [https://ibb.co/YFfMZmGm screenshot after the patch]

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53355#comment:20>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list