Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #51629


Ignore:
Timestamp:
10/25/2020 07:41:06 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51629

    • Property Keywords php8 added
    • Property Milestone changed from Awaiting Review to 5.6
    • Property Component changed from General to Feeds
    • Property Summary changed from [php8] TypeError: call_user_func_array() to [php8] TypeError: call_user_func_array(): non-static method WP_Feed_Cache::create() cannot be called statically
  • Ticket #51629 – Description

    initial v2  
    1 Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($function) must be a valid callback, non-static method WP_Feed_Cache::create() cannot be called statically in /home/customer/www/icodeforapurpose.com/public_html/wp-includes/SimplePie/Registry.php:214
     1`Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($function) must be a valid callback, non-static method WP_Feed_Cache::create() cannot be called statically in /home/customer/www/icodeforapurpose.com/public_html/wp-includes/SimplePie/Registry.php:214 `
    22
     3{{{
    34**StackTrace**
    4  
     5
    56#0 /wp-includes/class-simplepie.php(1412): SimplePie_Registry->call('Cache', 'get_handler', Array)
    67#1 /wp-includes/feed.php(821): SimplePie->init()
     
    1213#7 /wp-admin/index.php(177): wp_dashboard()
    1314#8 {main} thrown in /wp-includes/SimplePie/Registry.php on line 214
     15}}}