Created
April 9, 2015 23:28
-
-
Save deivisonarthur/cd306c1fb5b8ac10d859 to your computer and use it in GitHub Desktop.
Para tratar o erro do mcrypt pelo shell : PHP Fatal error: Call to undefined function mcrypt_module_open() in .../lib/Varien/Crypt/Mcrypt.php on line 63
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo aptitude install mcrypt | |
sudo aptitude install php5-mcrypt | |
execute e veja se agora existe na listagem o mcrypt | |
php -m | |
fonte: http://askubuntu.com/questions/350942/cannot-get-mcrypt-for-php5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment