Level 88
It seems that your webserver is using PHP 7.2, but your command line is using PHP7.1.
You can probably set it by doing this
sudo update-alternatives --set php /usr/bin/php7.2
Source: https://stackoverflow.com/questions/43040685/how-can-i-change-php-cli-version-on-ubuntu-14-04
1 like