Group: Member 
Post Group: Newbie
Posts: 1
Status: 
|
Maian Cart installation fails on PHP7+ because mcrypt was DEPRECATED in PHP 7.1.0 and REMOVED in PHP 7.2.0.
As per the installation instructions https://www.maiansoftware.com/demos/mcart/docs/install-2.html Maian Cart uses mcrypt only for installations before PHP7.1. For newer versions it will use openssl.
The problem lies with the info.xml file in Softaculous:
Remove the line
<requirement check="php" type="extension" name="mcrypt" />
to resolve this issue.
|