Codeigniter Temporary Solution for Mcrypt extension

Renish Khunt picture Renish Khunt · Jun 20, 2015 · Viewed 10.1k times · Source

i have a big problem in my project. i developed project into PYROCMS and PYROCMS developed into Codeigniter. but PYROCMS required "Mcrypt extension".

i have a ssh detail of server but i don't have permission to install anything into server.

i need a solution for "Mcrypt extension" how to working without install or Download from anywhere and upload it in project root directory if it is possible?.

i need a solution like this it is possible in laravel using this packed to working project without install Mcrypt extension please give a any solution like that for PYROCMS.

today is last day of project i need to upload today whatever happen otherwise i lose this project and also my work. please help.

Thanks

Answer

gondwe picture gondwe · Feb 14, 2018
  1. goto system/libraries/Encrypt.php
  2. Inside the constructor, Comment the line echoing the error on page

preview code context here..