virtuozzo / OnApp-WHMCS-UsersModule

MIT License
12 stars 16 forks source link

mcrypt_get_iv_size() is DEPRECATED #19

Open chrisduk112 opened 6 years ago

chrisduk112 commented 6 years ago

This module has issues with PHP 7.2/PHP7.2 which we are using for WHMCS and all of our other many addons.

the error is:

Error: Call to undefined function mcrypt_get_iv_size() in /WHMCS_PATH/modules/servers/onappusers/onappusers.php:948

it seems mcrypt_get_iv_size() is DEPRECATED as of PHP 7.1 (see http://php.net/manual/en/function.mcrypt-get-iv-size.php)

Can this module be fixed ASAP to use a modern method to replace mcrypt_get_iv_size()