install php mcrypt and see if that works.
Feb 9, 2015
7
Level 8
Laravel5 - new install - MCRYPT_RIJNDAEL_128 notice
When I run php artisan, I get this error:
PHP Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' in /var/www/lv5/config/app.php on line 83
PHP Stack trace:
PHP 1. {main}() /var/www/lv5/artisan:0
PHP 2. Illuminate\Foundation\Console\Kernel->handle() /var/www/lv5/artisan:36
PHP 3. Illuminate\Foundation\Console\Kernel->bootstrap() /var/www/lv5/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:89
PHP 4. Illuminate\Foundation\Application->bootstrapWith() /var/www/lv5/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:192
PHP 5. Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap() /var/www/lv5/storage/framework/compiled.php:1307
PHP 6. Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles() /var/www/lv5/storage/framework/compiled.php:1788
PHP 7. require() /var/www/lv5/storage/framework/compiled.php:1796
it is a fresh install of XUBUNTU, PHP5 (with mcrypt), APACHE2, MySQL. I didnt' have this issue when I installed it at work, but when I was starting to play with it at home, I got this issue... :(
Any idea??
Please or to participate in this conversation.