| Error: | include_once(/path/to/file.php) [function.include-once]: failed to open stream: No such file or directory |
| Line: | 112 |
| File: | /path/to/file/that.screwed.up.php |
| Calling Function: | include_once |
| File Name: | /path/to/file/that.screwed.up.php |
| On line: | 112 |
All previously executed functions:
| order | function name | file name | line |
|---|---|---|---|
| 1 | include_once() | /path/to/file/that.screwed.up.php | 112 |
| 2 | include_once() | /path/to/file/a.previous.file.php | 4 |
| 3 | include_once() | /path/to/index.php | 3 |
| Error Type: | 1 |
| Message: | Call to undefined method My_Method::badName() |
| File: | /path/to/file.php |
| On line: | 120 |