1. Edit file application/config/autoload.php line 55:
- $autoload['libraries'] = array();2. Edit file application/config/config.php line 228 by editing key
+ $autoload['libraries'] = array('database', 'session');
- $config['encryption_key'] = '';And it works!
+ $config['encryption_key'] = '123456789'; // add ur key here
No comments:
Post a Comment