tabulate
tabulate copied to clipboard
Code error - prevented login
I was unable to login to my site. So I tried another browser - same. Then I checked the logs and found the fatal error below:
Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /.../wp-content/plugins/tabulate/vendor/twig/twig/lib/Twig/Node.php on line 42
After I renamed the plugin all was fine.