Geren
Forum Replies Created
-
And FYI … For the moment, I’ve commented out line 54 in PostListBoxRenderer.php. I’m not sure what else (if anything) that might break, but it’s made the error go away. Nothing appears to have died.
I was able to get WP_DEBUG turned off. However, I’m still seeing the original error after installing the provided version of Publish Press Series.
Thanks.
Thanks! One possibly dumb question — where am I disabling wp_debug? It’s not present in my wp-config file, and adding the line “define(‘WP_DEBUG’, false);” causes a warning that WP_DEBUG being previously defined to appear. (as on this page: https://gerenm.net/korgs-ive-owned-part-1-ds-8-and-sqd-8/). I admit that I’ve gotten lazy — it’s been a very long time since I’ve dug around under the hood in WordPress or in plug-ins, except to modify some CSS here and there.
Thanks again!
Ugh. Thanks, Dan, for digging into this for me.
If I’m reading the code for widget-conditions.php correctly, it appears that {$wpdb->posts}.post_status has been added in version 10.0 of Jetpack as suggested by user wunc. Disabling the widget visibility option in Jetpack settings does still make the errors go away, but of course, breaks the ability to conditionally show or hide a widget, which is something that I do use on some sites.
Thanks again.
I haven’t gotten the e-mail yet again. However, the result that I see when attempting to use the ‘Customize’ tools in the Appearance tab (for instance ‘Widgets’) are the same as I was getting before. Deactivating Jetpack clears up the errors. So, when I go to ‘Customize’ or ‘Widgets’ I see:
Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Undefined property: stdClass::$post_status in /home/gerenm/www/www/wp-admin/includes/misc.php on line 1433 Warning: Cannot modify header information - headers already sent by (output started at /home/gerenm/www/www/wp-admin/includes/misc.php:1433) in /home/gerenm/www/www/wp-admin/customize.php on line 126Note that in the very last line, the final line number may vary, depending upon the customize option I choose. Appearance=>Customize throws line 126, Appearace=>Widgets throws line 9, for instance.
Now that I’ve poked at this a bunch, I may get the error e-mail again. If I do, I’ll add it.
Well, a Jetpack update came last night, and I’m still seeing the same errors on multiple sites.
It does, Dan. Thanks so much!