Page 1 of 1

Help! Error Call to undefined function mcrypt_decrypt in...

Posted: Thu Sep 03, 2015 2:44 pm
by isakhejnesen
Hello
When i complete a order checkout on my Opencart shop i get this error just before redirecting to paypal. I would like to point out that we have not changed any code before the error came.
The strange thing is, if i checkout with a product where i you don't have to upload an image, it works fine.
But if you upload a image to the product, in the product options, This error comes when i checkout.

What i have tried.
I tried adding the following line to the php.ini file in the root folder.

Code: Select all

extension = mcrypt.so;
Here is the shop link
http://www.ff.dk/

Products
Working > http://tinyurl.com/othfjpg
Error when checking out > http://tinyurl.com/pw8w99u

The error message:

Code: Select all

Fatal error: Call to undefined function mcrypt_decrypt() in /var/www/clients/client18/web23/web/system/library/encryption.php on line 14

Re: Help! Error Call to undefined function mcrypt_decrypt in

Posted: Thu Sep 03, 2015 4:52 pm
by pm-netti
isakhejnesen wrote: The error message:

Code: Select all

Fatal error: Call to undefined function mcrypt_decrypt() in /var/www/clients/client18/web23/web/system/library/encryption.php on line 14
http://stackoverflow.com/questions/2087 ... -installed

Re: Help! Error Call to undefined function mcrypt_decrypt in...

Posted: Sat Nov 24, 2018 12:22 am
by huntbee