WP_DEBUG notices
-
With WP_DEBUG defined (Wordbooker 2.1.25 / WP 3.5.1), Wordbooker spits out loads and loads of notices. While I realize that they’re “harmless,” it would be nice to get them cleaned up as this is the only of my ~20 plugins that generate error_logs whenever I’m working on debugging other parts of code 🙂
Examples:
[07-Feb-2013 20:54:34] PHP Notice: Use of undefined constant id – assumed ‘id’ in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 105
[07-Feb-2013 20:54:34] PHP Notice: Use of undefined constant id – assumed ‘id’ in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 105
[07-Feb-2013 20:54:34] PHP Notice: Use of undefined constant id – assumed ‘id’ in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 105
[07-Feb-2013 20:54:34] PHP Notice: Use of undefined constant id – assumed ‘id’ in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 138
[07-Feb-2013 20:54:34] PHP Notice: Use of undefined constant id – assumed ‘id’ in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 138
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: wordbooker_thumb_only in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 174
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 174
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: wordbooker_use_excerpt in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 177
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 177
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: wordbooker_override_author in /home/(path)/wordpress/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 182
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 182
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: wordbooker_comment_put in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 225
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 225
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: wordbooker_comment_get in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 226
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 226
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: wordbooker_use_facebook_comments in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 227
[07-Feb-2013 20:54:34] PHP Notice: Undefined index: in /home/(path)/wp-content/plugins/wordbooker/includes/wordbooker_posting_options.php on line 227…In addition, visiting the Wordbooker page of the admin panel spits out more than I could list here – though I’m sure you’ll see them right away if you define WP_DEBUG 😉
The topic ‘WP_DEBUG notices’ is closed to new replies.