#10497 closed defect (bug) (fixed)
PHP safe-mode prevents WordPress from creating new directories
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Filesystem API | Keywords: | has-patch |
Focuses: | 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.
Pull Requests
- Loading…
Change History (7)
#3
in reply to:
↑ 2
@
16 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.
#4
@
15 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