Jump to content
  • 0

CCAvenue not working


kikloo

Question

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.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...