helmutkaufmann / wn-twigext-plugin

Twig filters and functions extension plugin for WinterCMS. TwigExt allows developers to easily add new Twing funcions and filters to the currently active WinterCMS template.
MIT License
5 stars 3 forks source link

Stringloader not found #6

Open qroft opened 1 year ago

qroft commented 1 year ago

Hi there, thanks for the plugin. I just did the "rough" installation by creating the subfolders and then uploading everything from the Github repository into the twigext folder.

The backend still works and after forcing an update of the system i can see the plugin and it is activated.

BUT: the frontend does not work anymore and shows me this: Class "Twig_Extension_StringLoader" not found

helmutkaufmann commented 1 year ago

Assuming that you are on the latest Winter version, you must use branch 1.2 or 2.0 of this plugin

qroft commented 1 year ago

I removed the whole directory i installed first and then went to the 2.0 branch. I copied that onto my server and in the backend i can see that it has been installed.

The frontend though, tells me that a intl from twig is missing.

Is it so, that i have to install the main branch and then overwrite it with the 2.0 branch? I can see that the main branch has a vendor folder and i feel like i have to have that one too, am i right? Thanks a lot for your time and support.