ournameismud / fractal

Fractal plugin port for Craft 3
MIT License
14 stars 5 forks source link

Error: TemplateLoaderException' not found #3

Closed daltonrooney closed 3 years ago

daltonrooney commented 3 years ago

I'm having a conflict with https://github.com/verbb/formie which is attempting to load a template that doesn't exist in our Fractal folder. The plugin was attempting throw a new TemplateLoaderException but the class is not loaded.

daltonrooney commented 3 years ago

OK, weird... I just forked the repo to submit a pull request and craft\web\twig\TemplateLoaderException was loaded. The problem is on our end somewhere.

daltonrooney commented 3 years ago

Aha - was installing via composer "ournameismud/fractal": "^1.0", The latest tagged version 1.0.8 does not have the TemplateLoaderException class. Changing the version to dev-master works.