Code Monkey home page Code Monkey logo

Comments (2)

phproberto avatar phproberto commented on June 19, 2024 1

I'm closing this. Please feel free to reopen it if you think my information was wrong.

Thanks for using this joomla-twig ❤️

from joomla-twig.

phproberto avatar phproberto commented on June 19, 2024

Hi @elecoest ,

I think the main issue is that your gantry template is using Twig v1 and this library uses Twig v2. This is exactly why I created this package. To allow extensions like grantry, etc. to ship their specific logic without having to worry about Twig version. But this needs time and willing to use standard packages.

I don't use Gantry but I have a guess fix for you if you want to hack gantry. I don't really recommend it but it will help you to also report the issue to them.

In the line 49 of the file:
/home/alleve87/public_html/libraries/gantry5/classes/Gantry/Component/Twig/TokenParserTry.php

You have a __construct() method with the first parameter type casted to \Twig_NodeInterface. You can replace that with: \Twig_Node and it should work.

I'm not going to create a joomla-twig version compatible with the old Twig v1 because it's a new library and the idea is that developers adopt it in their future releases. It makes no sense to ask them to rewrite their packages to use an obsolete Twig version. The best moment for them to start using ´joomla-twig` is when updating their extensions to use Twig v2.

from joomla-twig.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.