I'm working with Phalcon using the Codeanywhere and I'm getting error 500 because of some changes that I've made.
My problem is that I don't know where I can find these logs.
Looking at the /var/log/apache2, I don't have access even with SUDO.
This is what I have at public/index.php
error_reporting(E_ALL);
So any idea?