We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Pretty exceptions plugin doesnt work [SOLVED]

Hello, I just created a new phalcon project (1.2.6) and I added the Pretty Exceptions plugin but exceptions are the 'conventional' php errors. I put this line at bottom of app/config/loader.php pointing to the plugin loader:

require DIR.'/../incubator/pretty-exceptions/loader.php';



98.9k
Accepted
answer

Pretty Exceptions has been replaced by Phalcon\Debug: https://docs.phalcon.io/en/latest/reference/debug.html