picocms / Pico

Pico is a stupidly simple, blazing fast, flat file CMS.
http://picocms.org/
MIT License
3.81k stars 616 forks source link

php fatal error #605

Closed ktpx closed 2 years ago

ktpx commented 2 years ago

Sounds easy enough to fix but..should i really be getting this :D

PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /data/http/pico/vendor/twig/twig/lib/Twig/Node.php on line 42

php v8.0

PhrozenByte commented 2 years ago

Please see https://github.com/picocms/Pico/issues/584

ktpx commented 2 years ago

Thanks, will use the 3.0 alpha.