Enabling debug mode - anklimsk/wpkg-express-2 GitHub Wiki

Enabling debug mode

  1. Open configuration file "app/Config/core.php";
  2. Find the line "Configure::write('debug', 1);";
  3. Replace "0" with "1";
  4. Save configuration file "app/Config/core.php";
  5. Check for the file "app/tmp/logs/error.log" and also for errors on the page.