• Resolved rneel

    (@rneel)


    There seems to be a conflict between Data Tables Generator (by Supsystic) and WP RSS Aggregator.

    At minimum, it looks like there may be opportunity for some additional error handling on the WP RSS Aggregator side. I’m troubleshooting now and will probably contact Supsystic as well…assuming they are sending bad values.

    PHP Version 7.1.14
    WordPress 5.1
    Data Tables Generator by Supsystic: Version 1.9.71
    WP RSS Aggregator: Version 4.12.1

    • This topic was modified 7 years, 3 months ago by rneel. Reason: added versions of software
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rneel

    (@rneel)

    Catchable fatal error: Argument 1 passed to Twig_Lexer::__construct() must be an instance of Twig\Environment, instance of Twig_Environment given, called in [REDACTED PATH]/wp-content/plugins/data-tables-generator-by-supsystic/vendor/Twig/Environment.php on line 650 and defined in [REDACTED PATH]/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Lexer.php on line 58

    Plugin Contributor Miguel Muscat

    (@mekku)

    Hi rneel,

    This is indeed a conflict with the Data Tables Generator plugin. It would seem that both WP RSS Aggregator and Data Tables Generator are using the Twig templating library, and at different versions.

    After doing some research, it appears that the resolution falls onto us. WP RSS Aggregator is not using the compatibility patches provided by Twig. We’ll make sure to include these changes in the next update of WP RSS Aggregator to make sure that we’re compatible with other plugins that are using Twig.

    Thanks for the report!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Catchable fatal error: Twig_Environment given’ is closed to new replies.