This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
kent1244
Hi! I checked my page, and ive got an exeption: mcrypt_encrypt(): Key of size 11 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported
/home/lyngsykf/public_html/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php line 80
How to fix this issue?
Rob Ballantyne
use an encryption key length of 16,24 or 32. You need to edit app/config/app.php and change the key on line 81.
1-4 of 4