seb-vial / grav-plugin-about-me

Simple plugin to show some information about yourself, with a nice picture, your name, your title/job and a description
MIT License
9 stars 7 forks source link

PHP Fatal Error #26

Closed bozzochet closed 11 months ago

bozzochet commented 2 years ago

After installing the plugin I found this problem, by sending a CLI command, not related with the plugin itself:

bozzo@host-10-26-1-27:grav> bin/grav cache
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 /Volumes/CaseSensitive/MAMPWebsites/grav/user/plugins/aboutme/aboutme.php on line 71

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 /Volumes/CaseSensitive/MAMPWebsites/grav/user/plugins/aboutme/aboutme.php on line 71

I already fixed the problem and in case I can commit in this repo.

Ciao, Matteo

aaronxn commented 1 year ago

Same problem here. Plz fix.

amlucent commented 11 months ago

same error 2 years later. and you cant even uninstall it.

/app/www/public# php bin/gpm uninstall aboutme -y
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 /config/www/user/plugins/aboutme/aboutme.php on line 71
seb-vial commented 11 months ago

A new release has been drafted and should soon be picked up by Grav.