Enabling debug mode - anklimsk/wpkg-express-2 GitHub Wiki
Enabling debug mode
- Open configuration file "app/Config/core.php";
- Find the line "Configure::write('debug', 1);";
- Replace "0" with "1";
- Save configuration file "app/Config/core.php";
- Check for the file "app/tmp/logs/error.log" and also for errors on the page.