Ticket #8848 (closed defect (bug): fixed)
ACP: fatal error when a plugin issues chdir()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Warning: require(./admin-footer.php): failed to open stream: No such file or directory in /wp-admin/index.php on line 44 Fatal error: require(): Failed opening required './admin-footer.php' (include_path='.:/usr/local/lib/php') in /wp-admin/index.php on line 44
This happens when a plugin for some reason chdir()s to another directory and WP then fails to find the file.
Attachments
Change History
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

