#10497 closed defect (bug) (fixed)
PHP safe-mode prevents WordPress from creating new directories
| Reported by: | remi | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Filesystem API | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
#3
in reply to: ↑ 2
@
17 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
@
17 years ago
- Component General → Filesystem
- Keywords has-patch added
- Milestone Unassigned → 3.0
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
dup of #8830