Greetings,
This plugin contains a couple of deprecated functions. It throws the following errors in debug mode:
Notice: get_settings is deprecated since version 2.1! Use get_option() instead...
and:
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead...
Thank you.
http://wordpress.org/extend/plugins/wpdb-profiling/
fiskhandlarn
Member
Posted 6 months ago #
Also, when not logged in:
Notice: Undefined index: show_queries in \wp-content\plugins\wpdb-profiling\wpdb-profiling.php on line 72
Thanks.
fiskhandlarn
Member
Posted 6 months ago #
I made some alterations to the plugin:
http://pastebin.com/JybJnuRY
As far as I can tell it solves the above issues. I haven't tried the different user level settings though, but it displays for admins and not for regular users.