Geren
Forum Replies Created
-
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 126
Note 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!