Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #51697


Ignore:
Timestamp:
11/02/2020 10:00:52 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51697

    • Property Keywords php8 added
    • Property Version changed from to trunk
    • Property Component changed from General to Administration
    • Property Milestone changed from Awaiting Review to 5.6
  • Ticket #51697 – Description

    initial v4  
    11while using trunk on php8 I ran into this error, when i try to access wp-admin pages.
    22
     3{{{
    34Fatal error: Uncaught TypeError: array_flip(): Argument #1 ($array) must be of type array, null given in public_html/wp-admin/includes/menu.php:280
    45
     
    910#3 public_html/wp-admin/index.php(10): require_once('/home/customer/...')
    1011#4 {main} thrown in public_html/wp-admin/includes/menu.php on line 280
     12}}}