Open: /config/core.php
Find: Configure::set("System.debug", true);
and change it to false.
And you can disable errors completely by removing errors from: Configure::set("System.error_view", "errors");
Open: /config/core.php
Find: Configure::set("System.debug", true);
and change it to false.
And you can disable errors completely by removing errors from: Configure::set("System.error_view", "errors");