Conversation
supportDebogger is great… but it finds an error in itself! As soon as it is activated, it starts throwing this error all over the place: Warning: Missing argument 5 for myErrorHandler() in /my/web/root/wp-content/plugins/randomplugin/randomfile.php on line x However, it’s quite simple to fix. Edit wp-content/plugins/debogger/debog.php and change line 31 from this: function myErrorHandler($errno, $errstr, $errfile, $errline, $errcontext) { to this: function myErrorHandler($errno, $errstr, $errfile, $errline, $errcontext='') { This change makes errcontext an optional variable that defaults to null, thus preventing the error spam! http://wordpress.org/extend/plugins/debogger/
excellent. thanks for that. Just found this plugin and was about to report this bug.
Thanks Guys. Was scratching my head thinking its something to do with the theme
Glad I could be of help. 🙂
hey i m new here want to debug my theme but dont no how to do it after installing this plugin i found the green color at the footer but wht to do next dont no….please help me…
excellent. thanks for that. Just found this plugin and was about to report this bug.
Thanks Guys. Was scratching my head thinking its something to do with the theme
Glad I could be of help. 🙂
hey i m new here want to debug my theme but dont no how to do it after installing this plugin i found the green color at the footer but wht to do next dont no….please help me…