Error Pada Code Igniter
Mandailing Natal - Error Pada Code Igniter - Saya lagi belajar php framework menggunakan code igniter, namun ada satu kendala, yakni munculnya pesan "
An Error Was Encountered
In order to use the Session class you are required to set an encryption key in your config file.
Solusinya, buka file aplication/config/config.php dan cari code berikut
Jika sudah di temukan, ubah code tersebut jadi seperti ini
An Error Was EncounteredSetelah keliling sebentar di google, akhirnya saya menemukan sebuah tulisan yang memberikan solusi untuk mengatasi error
In order to use the Session class you are required to set an encryption key in your config file.
An Error Was Encountered
In order to use the Session class you are required to set an encryption key in your config file.
Solusinya, buka file aplication/config/config.php dan cari code berikut
$config['encryption_key'] = '';
Jika sudah di temukan, ubah code tersebut jadi seperti ini
$config['encryption_key'] = '123124113';