I have moved to a new server with Seepianel your hosting account then Opancart started giving this error Cookies:
< P> I have installedfatal error: Call to undefined function in line /home/arkadas/public_html/system/library/encryption.php in mcrypt_create_iv () 8
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:
- 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 - If after installing it ensures that the
php.ini
load by PHP It is done - Remove the leading semicolonfrom the line; Debian system (Debian, (k | u | x) on Bantu) Can be installed using the command:
sudo apt-get php5-mcrypt sudo service apache2 restart
Comments
Post a Comment