Jeff Conaway
Jeff Conaway
I have been able to update it to work with PHP 7.2, so I may be able to help. What version of Twig and Flight are you using?
@kevin201 Try upgrading the version of Flight you are using to 1.3.7 and upgrade the version of Twig you are using to 1.37.1.
@apropos What version of Flight are you using?
Try clearing out the cache directory. Possibly it was cached before you updated and the cache has an old version.
There is a directory that gets created named 'cache' at the same level as the vendor directory. Just run sudo rm -r cache to clear it out.
@apropos Cool! Glad I could help.