kikloo Posted August 30, 2020 Report Posted August 30, 2020 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.
0 Paul Posted September 1, 2020 Report Posted September 1, 2020 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.
Question
kikloo
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now