Specifications:
- OSX Mountain Lion
- PHP Version 5.4.16
- Apache/2.2.22(Unix)
- Phalcon 1.2.3
I only can see html errors like volt errors. If I forget a ";" for example, the browser don't show me the error, only a empty page.
I had try write some code outside Phalcon to see if I can see the errors and I can! But inside Phalcon any php errors doesn't show.
In php.ini I set to show errors, like this:
- error_reporting = E_ALL | E_STRICT
- display_errors = On
Any suggestions?