akrabat / slim3-skeleton

Simple Slim Framework 3 skeleton with Twig & Monolog
BSD 3-Clause "New" or "Revised" License
344 stars 99 forks source link

Twig issue - Catchable fatal error: Argument 1 passed to Twig_Filter #40

Closed hermans closed 7 years ago

hermans commented 7 years ago

Hi, I use php 5.6 and get error in Twig when try to render page.

Catchable fatal error: Argument 1 passed to Twig_Filter::__construct() must be an instance of string, string given, called in system/vendor/twig/twig/lib/Twig/Extension/Core.php on line 139 and defined in system/vendor/twig/twig/lib/Twig/Filter.php on line 35

hermans commented 7 years ago

I managed to fix it myself and need to use "slim / twig-view": "^ 1.0"