Opened 2 years ago
Last modified 2 years ago
#56188 new defect (bug)
Attempt to read property "post_type" on null after PHP 8.1
Reported by: | brmartinez | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | critical | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
Hello, I've noticed this error in WordPress since I've installed PHP 8.1. Can you fix it?
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:16:45 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:17:00 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
[09-Jul-2022 16:18:11 UTC] PHP Warning: Attempt to read property "post_type" on null in /home/showmetechcom/public_html/wp-includes/class-wp-query.php on line 4338
Change History (5)
This ticket was mentioned in PR #3142 on WordPress/wordpress-develop by Tabrisrp.
2 years ago
#1
- Keywords has-patch added; needs-patch removed
get_queried_object()
can returnnull
, but there was no check for its value before trying to read thepost_type
property from the value.Trac ticket: https://core.trac.wordpress.org/ticket/56188