Selasa, 20 September 2011

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.
Setelah keliling sebentar di google, akhirnya saya menemukan sebuah tulisan yang memberikan solusi untuk mengatasi error

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';