Hi we have a strange problem with Klein. I must mention that we are running on nginx.
If we don't comment out line 412 in
AbstractResponse (fastcgi_finish_request())
we get blank page. We initialise Klein in our routes file like this:
and so on. We include route file in index and trigger $klein->dispatch(); We have some code executing after dispatch. Could that be the problem? Or is it something else? Thanks in advance for your help.
Hi we have a strange problem with Klein. I must mention that we are running on nginx. If we don't comment out line 412 in
AbstractResponse (fastcgi_finish_request())
we get blank page. We initialise Klein in our routes file like this:and so on. We include route file in index and trigger
$klein->dispatch();
We have some code executing after dispatch. Could that be the problem? Or is it something else? Thanks in advance for your help.