Topshelves Posted June 5, 2013 Share Posted June 5, 2013 Hi everyone, Can anyone please help me; I did transfer my second website from a sharing hosting onto VPS, I was doing everything exactly the same as with the previous transfer of my other website, but unfortunately now getting this message; Fatal error: Call to undefined function mcrypt_encrypt() in /var/www/vhosts/topshelves.co.uk/httpdocs/classes/Rijndael.php on line 46 Any help will be much appreciated. Thanks, Topshelves Link to comment Share on other sites More sharing options...
PEteam Posted April 30, 2014 Share Posted April 30, 2014 In you phpmyadmin run below sql query UPDATE `ps_configuration` SET `value` = '0' WHERE `name` = 'PS_CIPHER_ALGORITHM'; 5 Link to comment Share on other sites More sharing options...
El Patron Posted April 30, 2014 Share Posted April 30, 2014 simply contact your hosting provider and tell them you require php_mycrypt.dll enabled. if you have access you can enable in php.ini ;extension=php_mcrypt.dll to extension=php_mcrypt.dll Link to comment Share on other sites More sharing options...
Sodero Posted October 29, 2016 Share Posted October 29, 2016 In you phpmyadmin run below sql query UPDATE `ps_configuration` SET `value` = '0' WHERE `name` = 'PS_CIPHER_ALGORITHM'; Tank you!! Work for me Link to comment Share on other sites More sharing options...
schot Posted March 13, 2017 Share Posted March 13, 2017 Thanks, solved my problem after moving site to another server!!! Link to comment Share on other sites More sharing options...
Anton_bcn Posted April 15, 2017 Share Posted April 15, 2017 After upgrade php to php70 i got error: PHP Fatal error: Uncaught Error: Call to undefined function mcrypt_encrypt()... If some get same problem for centos 6 and php70 do the following as root on my vps server: service httpd stop yum install php70-php-mcrypt.x86_64 (use yum list php70-*cryp* to find exact name if this is not exist) service httpd start Link to comment Share on other sites More sharing options...
Recommended Posts