verbb / field-manager

Field Manager is a Craft CMS plugin to make it easy to manage your fields and field groups.
MIT License
199 stars 16 forks source link

Twig Template Loading Error – craft\web\twig\TemplateLoaderException #67

Closed krishan0805 closed 4 years ago

krishan0805 commented 4 years ago

I am getting a error while updating a field manager plugin

Twig Template Loading Error – craft\web\twig\TemplateLoaderException Unable to find the template “field-manager/_svg/verbb-logo.svg” in "field-manager/_layouts" at line 36.

engram-design commented 4 years ago

Are you sure you're on 2.1.5? That line doesn't exist in the latest version.

Can you try composer require verbb/field-manager:2.1.5 --update-with-all-dependencies

krishan0805 commented 4 years ago

On running the composer require verbb/field-manager:2.1.5 --update-with-all-dependencies Problem 1

engram-design commented 4 years ago

Strange, do you have any other verbb plugin installed that are locked to a specific version number?

Can you run composer update verbb/base then composer require verbb/field-manager:2.1.5

krishan0805 commented 4 years ago

Tried running mentioned composers command still showing the same error , The other verbb plugin are cp-nav, expanded-singles,super-table and navigation. All of these require "^1.0.0".Can license key create this issue ?

engram-design commented 4 years ago

License keys won't have any effect. I'm wondering if you might be able to send your composer.json and composer.lock files to web at verbb.io? I just want to confirm what might be going on...

engram-design commented 4 years ago

Closing due to inactivity