What do you mean by “real errors”? Seems pretty clear that line 920 of View.php has issued a “Not Found” error. Seems it was caused by PagesController trying to render a template that doesn’t exist.
The image has only a single error, and a stack trace from the time it happened. Stack traces are quite standard in PHP, it’s not a Cake thing. Have you not encountered them in Laravel?