Opened 11 years ago
Closed 11 years ago
#27025 closed defect (bug) (fixed)
Improper formatting of file address
Reported by: | VarunAgw | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | administration, multisite | Cc: |
Description
After you filled the form at Tools->Network Setup, it asks you to add some code in wp-config.php
Currently, it says
Add the following to your wp-config.php file in X:\dir\dir2\wp/ above the line reading /* That’s all, stop editing! Happy blogging. */:
The path shown as X:\dir\dir2\wp/ should be in this format X:/dir/dir2/wp/
Attachments (2)
Change History (6)
This ticket was mentioned in IRC in #wordpress-dev by VarunAgw. View the logs.
11 years ago
Note: See
TracTickets for help on using
tickets.
Bug code
File: wp-admin\network.php
Line No: 332
Buggy Line: $location_of_wp_config = ABSPATH;
Fix: $location_of_wp_config = $abspath_fix;