Changes between Version 2 and Version 6 of Ticket #31057
- Timestamp:
- 02/10/2015 10:42:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31057
-
Property
Status
changed from
new
toreopened
-
Property
Summary
changed from
Multisite ignores the Wordpress install directory
toMultisite ignores the WordPress install directory
- Property Keywords needs-patch added
-
Property
Severity
changed from
normal
tomajor
-
Property
Status
changed from
-
Ticket #31057 – Description
v2 v6 1 Our Word press Multisite is located in https://our-site.com/wordpress but the homepage is just https://our-site.com/1 Our WordPress Multisite is located in https://our-site.com/wordpress but the homepage is just https://our-site.com/ 2 2 3 3 We see the issue that "Lost your Password" link on login screen is not using our site directory at all. … … 20 20 ---- 21 21 22 The problematic function is '''network_admin_url()''' and the fact that it doesn't count on putting Word press into a directory at all. It's using the global variable $current_blog which is initialized in ms-settings.php. The variable should not only store the path to the site front-end, but also the Wordpress directory, so that it can reference individual PHP files properly.22 The problematic function is '''network_admin_url()''' and the fact that it doesn't count on putting WordPress into a directory at all. It's using the global variable $current_blog which is initialized in ms-settings.php. The variable should not only store the path to the site front-end, but also the WordPress directory, so that it can reference individual PHP files properly. 23 23 24 Similar bug is recorded here, but it's for Word press 3.5: #2322124 Similar bug is recorded here, but it's for WordPress 3.5: #23221