Hi guys, i have a problem with the production step of my project. After configuring the pro server and uploading the code, it is generating the following error:
Phalcon\Mvc\View\Engine\Volt\Exception: Unknown filter type in /var/www/html/apps/common/views/layouts/admin_1.volt on line 3
In this line the code is {{ lang|default('es') }}
If I change the filter to any other volt does not generate any error.
Server:
- Phalcon 3.3
- PHP 56
- CentOS 7
Thanks in advance.