| 20 | * Set the debugging variable in ADMIN/config.php to true |
---|
| 21 | {{{ |
---|
| 22 | // -------------------------------------------------------------------------- |
---|
| 23 | // show debugging messages |
---|
| 24 | // -------------------------------------------------------------------------- |
---|
| 25 | $debug = true; |
---|
| 26 | }}} |
---|
| 27 | The debugging messages will be directly written into the browser window, mostly they won't be visibible, because they are hidden behind the image, to see the debugging messages check the source code of the web page. The debugging messages are written at the beginning of the page. |
---|
| 28 | |
---|