Hi! We are updated our project to Phalcon 4 and get such problem. In our volt template where we have cache tag (for example {%cache 'qwerty' %} <some data goes here> {%endcache%}) we got next error:
Unknown statement 314 in ..index.volt on line 102
When I remove cache tags all goes ok. Can anybody helps me to solve this problem?