#8848 closed defect (bug) (fixed)
ACP: fatal error when a plugin issues chdir()
| Reported by: | vladimir_kolesnikov | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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 (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [10378]) Use ABSPATH when including footer. Props vladimir_kolesnikov. fixes #8848 for trunk