Hi, I've been trying to find the cause of this error for a pretty long time and will be grateful for any advice or hint.
Some views on my test application don't load anymore after last app update, while others keep working. No error is thrown by framework itself or php or web server.
More strange that I haven't changed application structure where non loading views reside. The 'broken chain'( controller, action name and view) is the same as in previous version, and in previous version everything was fine.
And even more strange that current version have this problem with views on test servers (I’ve updated two machines: Cent Os and RedHat Phalcon 2.0.9 and 2.0.8, apache 2.4 php 5.5 and php 5.6) while on developers server(Mac Phalcon 2.0.8 apache 2.4 php 5.5) latest version works well. I’ve checked all necessary filesystem permissions and http.conf on both servers looks ok.
I’ve figured out that if I explicitly assign ‘broken’ view names
$this -> view -> pick
from controller action all works like a charm again. But aside from this work around I don’t know how to address this problem or even changes in which module should be blamed for that. In other words I'm stuck.