WP_DEBUG Notices in bp-legacy-loader.php and buddyboss-slides-loader.php
-
With
define('WP_DEBUG', true);in/wp-config.php:The following notice appears in the error_log randomly under different circumstances:
PHP Notice: Undefined property: stdClass::$id in /wp-content/themes/buddyboss/buddyboss-inc/buddyboss-bp-legacy/bp-legacy-loader.php on line 171And the one below appears on the screen every time “Save Menu” is pressed in
/wp-admin/nav-menus.phpNotice: Undefined index: meta_box_nonce in /wp-content/themes/buddyboss/buddyboss-inc/buddyboss-slides/buddyboss-slides-loader.php on line 132I guess, they are easy to get rid of them in the code, without investigating what combinations of plugins and actions make them to appear? It makes it harder to troubleshoot other plugins.
Thanks a lot.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘WP_DEBUG Notices in bp-legacy-loader.php and buddyboss-slides-loader.php’ is closed to new replies.