Menu

Debug Mode

What is the "debug mode" for?

The "debug mode" indicates error generated by the PHP script. These messages are very useful for debugging.

How to enter debug mode?

There are two ways to activate it:

  1. Open the Admin Panel, go to the "Settings" tab and click on "Debug Mode" to "on"
  2. If the admin panel is not available because of an error, download the file tmp / sql.php, open the file with a text editor like "Notepad", change the value of "debug": "0" to "debug": "1 ", save the file and upload the file again.

Related

Wiki: Home