tabulate icon indicating copy to clipboard operation
tabulate copied to clipboard

Code error - prevented login

Open matt-matt1 opened this issue 2 years ago • 0 comments

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.

matt-matt1 avatar Sep 03 '23 14:09 matt-matt1