Jump to content
  • 0

Question

Posted

Hi,

CCAvenue payment gateway is not working. When clients try to pay they get the following error:

 

---

Function mcrypt_module_open() is deprecated

---

 

PHP is on 7.2 and 7.3 and on both mcrypt module is install in WHM. But still blesta is giving error.

 

How to fix ?

 

Thanks in advance.

1 answer to this question

Recommended Posts

  • 0
Posted

A deprecated error shouldn't stop it from working. Do you see this output in your browser or in the ../logs_blesta/ logs? Does mcrypt exist in your PHP? Create a PHP file called something like info.php with the following code, then access in your browser and look for mcrypt to check.

<?php phpinfo(); ?>

As of PHP 7.2, it should be possible to install mcrypt via pecl.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...