I have a problem with twig module for kohana3
(this one https://github.com/jheathco/kohana-twig).
After uploading files to modules/twig, creating cache/twig, views/twig and enabling module in bootstrap.php, i’m getting Internal Server Error 500 error (no matter which action/controller i’m displaying). In my apache log file i can find this error message:
PHP Fatal error: main(): Failed opening required ”
(include_path=’.:/usr/share/php:/usr/share/pear’) in
/home/bajki/workspace/biospot/modules/twig/init.php on line 4
Have anyone any idea what am i doing wrong?
Thanks in advance.
Ok it was my fault – i didn’t know that i need to download and install Twig class myself to vendor/Twig. Problem solved!