Skip to content

Instantly share code, notes, and snippets.

@aranw
Created November 12, 2012 23:01
Show Gist options
  • Save aranw/4062641 to your computer and use it in GitHub Desktop.
Save aranw/4062641 to your computer and use it in GitHub Desktop.
L4 Encrypter Bug
PHP Fatal error: Call to undefined function Illuminate\mcrypt_create_iv() in /Users/aran/Sites/blog/vendor/illuminate/encryption/src/Illuminate/Encrypter.php on line 54
Fatal error: Call to undefined function Illuminate\mcrypt_create_iv() in /Users/aran/Sites/blog/vendor/illuminate/encryption/src/Illuminate/Encrypter.php on line 54
@dfjs
Copy link

dfjs commented Feb 8, 2013

For reference, you're likely missing the mcrypt library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment