Get in touch
or send us a question?
CONTACT

Cakephp3.x Loging not working

thumbnail

Set debug mode=true but not out logs

To find the problem by add below command in to header of index.php

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);