backend warnings for unpublished posts
-
Hello team. Bug with steps:
1. WP Super Cache is enabled and enabled caching
2. Switch any post to UNPUBLISHED status
3. I got triple errors when saving
[cgi:error] AH01215: PHP Warning: Undefined property: WP_Post::$filter in */wp-includes/class-wp-post.php on line 342
and redirects in dushboard dont working after
[cgi:error] AH01215: PHP Warning: Cannot modify header information – headers already sent by (`……………………..No problem when I switch status from Unpublished to Published
All work clear with disabled caching or when WP Super Cache has been disabledDetails:
– PHP 8
– WP Super Cache is 1.7.7
– I known about https://ww.wp.xz.cn/support/topic/some-errors-19/
in 1.7.7 you use silency $post = @get_post( $post );
The topic ‘backend warnings for unpublished posts’ is closed to new replies.