Hi guys,
Just trying to deploy my first app but having a lot of trouble, i'm on digital ocean and got phalcon installed on debian 7.0
PHP Version 5.4.4-14+deb7u12
I have done some manual tracing so far and it seems that
echo $application->handle()->getContent();
is returining an empty string, and no errors appear in the error logs or any exceptions thrown.
I printed after this echo and it worked fine, not sure what else I can do to find out why it's not working, it works on my local machine, buit i am developing on a mac.
Help would be appreciated. thanks!