WPIntell

Source evidence

Debogging Debogger… fixing a minor glitch

Debogger · support · 2012-01-17T20:02:00+00:00

complaintsentiment
highseverity
1.0relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Dan Griffiths unresolved
Debogger 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…

Comments

4 shown
Chris Reynolds 2012-04-19T17:42:00+00:00

excellent. thanks for that. Just found this plugin and was about to report this bug.

Harish Chouhan 2012-07-27T16:09:00+00:00

Thanks Guys. Was scratching my head thinking its something to do with the theme

Dan Griffiths 2012-07-27T16:21:00+00:00

Glad I could be of help. 🙂

webriti 2012-09-29T16:05:00+00:00

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…