ZF-Commons / ZfcTwig

Zend Framework 2 Module that provides a Twig rendering strategy
BSD 3-Clause "New" or "Revised" License
96 stars 55 forks source link

Class 'ZfcTwig\View\Strategy\TwigStrategy' not found #64

Closed Mikel1961 closed 11 years ago

Mikel1961 commented 11 years ago

Same fatal error as the user mdjaman, all is correct install with composer, files are there, configuration paramters are set - but see a empty page no content and in log file: "PHP Fatal error: Class 'ZfcTwig\View\Strategy\TwigStrategy' not found in /xxxx/zf2/vendor/ZfcTwig/src/ZfcTwig/Module.php on line 62" Is run in the ZendSkeletonApplication. Are they any tips or ideas?

Thank you very much for help in advance

spiffyjr commented 11 years ago

Ensure autoloading is setup properly. That's the only thing I can think of.