phpopencartmcrypt

Warning: mCrypt extension needs to be loaded for OpenCart to work


I'm trying to install OpenCart but get the following warning: "Warning: mCrypt extension needs to be loaded for OpenCart to work!"

Since I'm a noob on this, could someone point me in the right direction on how to solve this? Google don't really help me out here :(

Thanks!


Solution

  • I solved this issue by put in COMMENT the error message validation for mCrypt inside the file

    /install/controller/install/step_2.php change inside private function validate()  
    //if (!function_exists('mcrypt_encrypt')) {
    //  $this->error['warning'] = $this->language->get('error_mcrypt');
    //}
    

    and voila

    and after install this extension Then, you may want to try this extension:

    (https://www.opencart.com/index.php?rout ... n_id=35487)