Support for WP_Debug?
-
I’m getting a ton of errors when WP_Debug is on.
These on the front end:Notice: Undefined index: name in /path/to/site/wp-content/plugins/query-wrangler/includes/pages.inc on line 15<
Notice: Undefined offset: 0 in /path/to/site/wp-content/plugins/query-wrangler/includes/pages.inc on line 198
Warning: Cannot modify header information – headers already sent by (output started at /path/to/site/wp-content/plugins/query-wrangler/includes/pages.inc:15) in /path/to/site/wp-includes/pluggable.php on line 876
And these on the Administration Panels (at the top, before any content, as well as mixed in with content)
Notice: Undefined index: page in /path/to/site/wp-content/plugins/query-wrangler/query-wrangler.php on line 76
Warning: Cannot modify header information – headers already sent by (output started at /path/to/site/wp-content/plugins/query-wrangler/query-wrangler.php:76) in path/to/site/wp-includes/option.php on line 568
Warning: Cannot modify header information – headers already sent by (output started at /path/to/site/wp-content/plugins/query-wrangler/query-wrangler.php:76) in /path/to/site/wp-includes/option.php on line 569
The worst is when trying to edit the query you’ll get this within the fields:
Notice: Undefined index: title in /path/to/site/wp-content/plugins/query-wrangler/includes/data.default_basics.inc on line 261
Which makes it pretty much impossible to edit anything.
Works fine if WP_Debug is set to false in wp-config.
Is anyone tackling this?
- The topic ‘Support for WP_Debug?’ is closed to new replies.