Fatal error: Uncaught Error: Call to undefined function mcrypt_get_iv_size()
I think newer versions of PHP (since 7.2 ?) have mcrypt_get_iv_size removed.
Google's AI says this :
sudo apt-get install php-mcrypt
sudo phpenmod mcrypt
sudo service apache2 restart # or php-fpm restart if using Nginx
What are the alternatives ?