php - Opencart mcrypt_create_iv error after account transfer with cPanel -


I have moved to a new server with Seepianel your hosting account then Opancart started giving this error Cookies:

fatal error: Call to undefined function in line /home/arkadas/public_html/system/library/encryption.php in mcrypt_create_iv () 8

< P> I have installed mcrypt on my new server but it is still the same. I examined all opencart forums but there was no solution for this.

The only possible reason for such an error Fatal error: Call to undefined function mcrypt_create_iv ( ) is that the mcrypt PHP extension is either not loaded or 2.not installed at all.

to work:

  1. Make sure that mcrypt has been installed on the server - if not, if possible it install (if not, ask it to your provider to install
  2. If after installing it ensures that the php.ini load by PHP It is done - Remove the leading semicolon from the line; Debian system (Debian, (k | u | x) on Bantu) Can be installed using the command:
P>
  sudo apt-get php5-mcrypt sudo service apache2 restart   

Comments