How to display errors in CakePHP v2.2

Hello,

I’m not a cakephp developper but a Laravel developper.

Form my work, I have to run on local a project developped with CakePHP 2.2.

I’m trying to work with this project in local, but I have those errors :slight_smile:

I know nothing about CakePHP and I don’t know what I can do to see the real errors.

Thank you in advance for your help.

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.

1 Like

Thank you for your answer.

Does that mean there are as many errors as in the image I uploaded or only one error ?

Sorry, this is the first time I have used CakePHP and in addition an old version …

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?