#10497 closed defect (bug) (fixed)
PHP safe-mode prevents WordPress from creating new directories
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Filesystem | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Running WordPress in safe-mode prevents the installation of plugins via the admin interface, because it is trying to create a new directory that ends with a "/", which is forbidden in safe-mode.
I created a patch that apply untrailingslashit to the path before creating it.
Attachments (1)
Change History (7)
comment:2
follow-up:
↓ 3
Denis-de-Bernardy
— 4 years ago
comment:3
in reply to:
↑ 2
remi
— 4 years ago
Replying to Denis-de-Bernardy:
dup of #8830
I filed it as a new bug since it doesn't affect the same file. But yes, it's the same problem.
comment:4
scribu
— 3 years ago
- Component changed from General to Filesystem
- Keywords has-patch added
- Milestone changed from Unassigned to 3.0
Note: See
TracTickets for help on using
tickets.
dup of #8830