#6833 closed defect (bug) (fixed)
Dashboard - Fatal error (wp-admin/index.php(101) : runtime-created function)
| Reported by: | silas | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Administration | Version: | 2.5 |
| Severity: | normal | Keywords: | dashboard runtime-created has-patch commit has-unit-tests |
| Cc: | Focuses: |
Description
If array_reduce on line 101 in wp-admin/index.php returns NULL then the following fatal error is throw:
Fatal error: Unsupported operand types in ./wp-admin/index.php(101) : runtime-created function on line 1
Attachments (1)
Change History (9)
#1
@
18 years ago
- Keywords has-patch commit added
I believe theres another ticket for this too, But i cant locate it (Only the same fix mentioned online a month ago by someone who probably didnt submit the fix to WordPress..)
This ticket was mentioned in PR #6840 on WordPress/wordpress-develop by @ellatrix.
2 years ago
#7
- Keywords has-unit-tests added
See also #6833
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
A patch I used to fix this