Opened 14 years ago
Closed 14 years ago
#15753 closed defect (bug) (fixed)
Incorrect warning on Network blog setup page.
Reported by: | kapeels | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | General | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
After clicking on the "Install", this warning is shown -
Caution: We recommend you back up your existing wp-config.php and .htaccess files.
even if .htaccess doesn't exist.
Patch attached.
Attachments (4)
Change History (12)
#2
@
14 years ago
- Cc kapeel.sable@… added
- Keywords needs-testing added
The above works well in Apache. Needs testing on IIS.
#3
@
14 years ago
I doubt that xgettext will build the correct strings from PHP variables. Revised the patch. Removed unnecessary spaces, etc.
#5
@
14 years ago
- Milestone changed from 3.1 to Awaiting Review
We can turn this into two strings instead of three, by using printf to alternatively include .htaccess or web.config.
Note: See
TracTickets for help on using
tickets.
This isn't translatable. But it brings up a good point, you might not have an .htaccess file. But, you might have web.config for IIS.