Changes between Initial Version and Version 4 of Ticket #51697
- Timestamp:
- 11/02/2020 10:00:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51697
- Property Keywords php8 added
-
Property
Version
changed from
totrunk -
Property
Component
changed from
GeneraltoAdministration -
Property
Milestone
changed from
Awaiting Reviewto5.6
-
Ticket #51697 – Description
initial v4 1 1 while using trunk on php8 I ran into this error, when i try to access wp-admin pages. 2 2 3 {{{ 3 4 Fatal error: Uncaught TypeError: array_flip(): Argument #1 ($array) must be of type array, null given in public_html/wp-admin/includes/menu.php:280 4 5 … … 9 10 #3 public_html/wp-admin/index.php(10): require_once('/home/customer/...') 10 11 #4 {main} thrown in public_html/wp-admin/includes/menu.php on line 280 12 }}}