Opened 3 years ago
Closed 2 years ago
#15165 closed enhancement (maybelater)
MS recursive lookup bug
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Multisite | Version: | 3.0.1 |
| Severity: | major | Keywords: | |
| Cc: | M_Olivier |
Description (last modified by nacin)
Hi,
After upgrading a project from WPMU to WP 3.0.1 I've stumbled upon a small bug in /wp-includes/ms-install.php
The case where it goes wrong:
I have 3 different blogs, each of which has its own theme assigned:
Blog: Theme: / themename /test themename-test /test/test2 themename-test-test2
When I navigate to http://wordpressurl/test/test2, WordPress displays the 'themename-test' theme's 404 page.
Expected behaviour: WordPress displays the correct page within the 'themename-test-test2' theme
I've attached a diff file with a fix
Attachments (2)
Change History (8)
- Description modified (diff)
- Type changed from defect (bug) to enhancement
I wasn't at all aware we supported nested subdirectories.
Note: See
TracTickets for help on using
tickets.

The other patch had a serious bug, please check out the new patch. Please test and/or improve it and add it to a future release?
Thanks