Opened 11 years ago
Closed 11 years ago
#29397 closed defect (bug) (fixed)
Language Install: Check if WordPress has access to the filesystem without asking for credentials
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Upgrade/Install | Keywords: | has-patch commit dev-reviewed |
Focuses: | Cc: |
Description
Currently the language chooser is displayed even when WordPress has no access to the filesystem. We should skip it in this case.
Related: #29395
Attachments (2)
Change History (9)
This ticket was mentioned in IRC in #wordpress-dev by helen. View the logs.
11 years ago
#3
@
11 years ago
- Keywords commit dev-reviewed added
The UX in this patch is what I intended — it would skip the process if the FS or API wasn't available. So, this is good. I might want to study the function name but it's good otherwise.
Note: See
TracTickets for help on using
tickets.
It'd be nice to display some sort of error message in this case, but it may be unnecessarily confusing for a new install. On the other hand, it would be confusing if a user was expecting to be able to choose their language here and saw no means to do so, yet saw no error message either.