• probably not exactly a bug of your plugin but it throws a bug in your plugin which it should catch:

    Theese error notices appears when i click Debug – just above everything else
    /var/www/projects/zdrojak/htdocs/public/soubory/plugins/debug-bar/panels/class-debug-bar-queries.php on line 47 Notice: A non well formed numeric value encountered in /var/www/projects/zdrojak/htdocs/public/soubory/plugins/debug-bar/panels/class-debug-bar-queries.php on line 72

    http://wordpress.org/extend/plugins/debug-bar/

Viewing 1 replies (of 1 total)
  • Thread Starter thomask

    (@thomask)

    the problem is probably that i use diferent decimal separator and your sprintf(‘%0.1f’ … convert the number to string so that number_format then cannot count with it. I do not know what is there the sprintf used for, there are much better ways and you could call it after number_format, not before it. I have deleted the sprintf function from both places and it works without error notices (and times formated as before)

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Debug Bar] error notices’ is closed to new replies.