Hello,
I’m unable to install this plugin. This is the error message:
Fatal error: Uncaught Error: Call to undefined function create_function()
in /home/pieemme/apps/test/wp-content/plugins/debug-bar-extender/debug-bar-extender.php on line 222
Call stack:
Debug_Bar_Extender::prepare_debug_menu()
wp-content/plugins/debug-bar-extender/debug-bar-extender.php:121
Debug_Bar_Extender::init()
wp-content/plugins/debug-bar-extender/debug-bar-extender.php:758
include_once()
wp-admin/includes/plugin.php:2286
plugin_sandbox_scrape()
wp-admin/plugins.php:191
Query Monitor
Fatal error: Uncaught Error: Call to undefined function create_function() in /home/pieemme/apps/test/wp-content/plugins/debug-bar-extender/debug-bar-extender.php:222 Stack trace: #0 /home/pieemme/apps/test/wp-content/plugins/debug-bar-extender/debug-bar-extender.php(121): Debug_Bar_Extender->prepare_debug_menu() #1 /home/pieemme/apps/test/wp-content/plugins/debug-bar-extender/debug-bar-extender.php(758): Debug_Bar_Extender::init() #2 /home/pieemme/apps/test/wp-admin/includes/plugin.php(2286): include_once('...') #3 /home/pieemme/apps/test/wp-admin/plugins.php(191): plugin_sandbox_scrape() #4 {main} thrown in /home/pieemme/apps/test/wp-content/plugins/debug-bar-extender/debug-bar-extender.php on line 222
Thanks and kind regards,
Piero Mattirolo
]]>I’m seeing these fatal error in my logs:
PHP Fatal error: Nesting level too deep – recursive dependency? in /plugins/debug-bar-extender/debug-bar-extender.php on line 546
Turned on the extended menu in the admin bar and the plugin did not like it:
Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/html/wp-includes/functions.php on line 2959 Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/html/wp-includes/functions.php on line 2959 Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/html/wp-includes/functions.php on line 2959 Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/html/wp-includes/functions.php on line 2959 Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/html/wp-includes/functions.php on line 2959 Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/html/wp-includes/functions.php on line 2959 Notice: WP_Admin_Bar::add_node was called incorrectly. The menu ID should not be empty. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/html/wp-includes/functions.php on line 2959
With Debug Bar Extender active the first query in the profiler tab reports incredibly long query times (5-10000ms). Is this expected behavior? It mans every page load while logged in takes 5-10s to load.
This is pretty typical:
1. widgets_init action – __lambda_func() in /Users/jon/Sites/foodpractice/wp-content/plugins/debug-bar-extender/debug-bar-extender.php(222) : runtime-created function::L1
called from call_user_func_array() in ::L #1 ( total 5,498.76ms in 12 calls spent)
]]>I no longer have the WP Query tab to the left; I used to, but am not sure when I lost it.
Settings are the same as another install with no problems, using Debug Bar 0.8 with Extender 0.5.
Any ideas?..
]]>Notice: A non well formed numeric value encountered in /var/www/projects/zdrojak/htdocs/public/soubory/plugins/debug-bar-extender/debug-bar-extender.php on line 445 Notice: A non well formed numeric value encountered in /var/www/projects/zdrojak/htdocs/public/soubory/plugins/debug-bar-extender/debug-bar-extender.php on line 466
]]>This is mostly just suggestion/hope. I know I do a lot of WP_Query() work for various things, and I was wondering if it is possible at all to do a display of those custom ones on the WP_Query tab. I’d love to have instant access to everything inside them without having to do my own print_r() stuff.
]]>Hi Thorsten,
This is a great plugin, so first of all, thank you! It has made debugging so much easier for me.
My one complaint is that it overwrites the WP_Dependencies entries for Koopersmith’s Debug Bar Console plugin. On lines 147 and 148 of debug-bar-extender.php, you enqueue the style and script for the plugin with the handles ‘debug-bar-console’, thus re-registering those styles and scripts. I modified those lines to use ‘debug-bar-extender’ instead, and both plugins work perfectly now.
Whenever you release a new version, it would be great if you could include those changes.
Thanks!
-John
nothing happens. only configuration page works.
]]>I get this error trying to run this plugin:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘Debug_Bar_Extender’ does not have a method ‘trace_memcache_essentials’ in wp-includes/plugin.php on line 395