Skip to content

Instantly share code, notes, and snippets.

@deivisonarthur
Created April 9, 2015 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deivisonarthur/cd306c1fb5b8ac10d859 to your computer and use it in GitHub Desktop.
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
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