Page 1 of 1

Just some Notice Errors

PostPosted: June 18th, 2010, 11:05 pm
by Sean212
So if you enable WP_DEBUG, I can see those nice hidden errors.

Notice: Undefined index: ws_plugin__qcache_menu_pages_js in /home/newescap/public_html/wp-content/plugins/quick-cache/includes/functions/menu-pages.inc.php on line 275

Notice: Undefined index: ws_plugin__qcache_menu_pages_css in /home/newescap/public_html/wp-content/plugins/quick-cache/includes/functions/menu-pages.inc.php on line 307

Notice: Undefined index: page in /home/newescap/public_html/wp-content/plugins/quick-cache/includes/functions/menu-pages.inc.php on line 252

Notice: Undefined index: page in /home/newescap/public_html/wp-content/plugins/quick-cache/includes/functions/menu-pages.inc.php on line 227


Just had to tell you guys :D

I love you plugin!

Re: Just some Notice Errors

PostPosted: June 21st, 2010, 6:56 pm
by Jason Caldwell
Hi Sean. The WP_DEBUG Constant, turns on Notices from PHP, which are advisory only; NOT errors. These are designed for debugging during development. If you turn on WP_DEBUG for any application, you would always see pages full of advisory "Notices".