pathfinder
pathfinder copied to clipboard
fatal error in index.php on PHP 7.4
The cron job runs:
php index.php /cron
which results in
Fatal error: Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)