Hi everyone. First, I'd like to ask forgiveness for my english. I had a application in your version 1.3.4, multi module(frontend & backend). I updated to phalcon 2.0 and backend remained fine but frontend not. The view page doesn't show, but the controller its ok. When i clean somethings in main template, the view page becomes visible.

in the 'frontend/views/index/index.volt' i called 'frontend/templates/main' with {% extends '../templates/main.volt' %} When i remove {% extends %} or clean somethings of main.volt, the view becomes visible.

In apache_error_log:

Parent: child process 5320 exited with status 255 -- Restarting. Init: Session Cache is not configured [hint: SSLSessionCache] Apache/2.4.9 (Win64) OpenSSL/1.0.1g PHP/5.5.12 configured -- resuming normal operations Apache Lounge VC11 Server built: Mar 16 2014 12:42:59 Command line: 'c:\wamp\bin\apache\apache2.4.9\bin\httpd.exe -d C:/wamp/bin/apache/apache2.4.9' Parent: Created child process 8056 Init: Session Cache is not configured [hint: SSLSessionCache] Child: Starting 64 worker threads.

Someone can help-me?