Changes between Initial Version and Version 2 of Ticket #51629
- Timestamp:
- 10/25/2020 07:41:06 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51629
- Property Keywords php8 added
-
Property
Milestone
changed from
Awaiting Review
to5.6
-
Property
Component
changed from
General
toFeeds
-
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 ` 2 2 3 {{{ 3 4 **StackTrace** 4 5 5 6 #0 /wp-includes/class-simplepie.php(1412): SimplePie_Registry->call('Cache', 'get_handler', Array) 6 7 #1 /wp-includes/feed.php(821): SimplePie->init() … … 12 13 #7 /wp-admin/index.php(177): wp_dashboard() 13 14 #8 {main} thrown in /wp-includes/SimplePie/Registry.php on line 214 15 }}}