Notice added to always include debug.log in your full bug report
authorRoland Häder <roland@mxchange.org>
Sat, 6 Jun 2009 19:41:18 +0000 (19:41 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 6 Jun 2009 19:41:18 +0000 (19:41 +0000)
inc/functions.php

index 910c71ffa899f2200f77b260f4ae9f5cf6aec39a..b69c8142dab1f2786ffe7652d49de2327bdbe18f 100644 (file)
@@ -2611,7 +2611,7 @@ function debug_report_bug ($message = '') {
        } // END - if
 
        // Add output
-       $debug .= "Please report this bug at <a href=\"http://bugs.mxchange.org\" rel=\"external\" target=\"_blank\">bugs.mxchange.org</a>:<pre>";
+       $debug .= "Please report this bug at <a title=\"Direct link to the bug-tracker\" href=\"http://bugs.mxchange.org\" rel=\"external\" target=\"_blank\">bugs.mxchange.org</a> and include the logfile from <strong>inc/cache/debug.log</strong> in your report (you cannot attach files!):<pre>";
        $debug .= debug_get_printable_backtrace();
        $debug .= "</pre>\nRequest-URI: ".$_SERVER['REQUEST_URI']."<br />\n";
        $debug .= "Thank you for finding bugs.";