hello, I installed laravel in my new pc and i'm getting this error:
ErrorException mcrypt_get_iv_size(): Module initialization failed
I copied the project from my old pc. mcrypt is installed and enabled, and other pages that do not use laravel are working. I'm running ubuntu 14.04
I created a new laravel project (using laravel new command) and when i try to access i get: "Whoops, looks like something went wrong." I opened the log and the error is: [2014-05-30 19:46:07] production.ERROR: exception 'ErrorException' with message 'mcrypt_get_iv_size(): Module initialization
any ideas?
thanks in advance!
I have the same problem. you have to add
'cipher' => MCRYPT_RIJNDAEL_256,
to app/config/app.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community