You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You likely didn't update this line in the configuration. Set the encryption key (I believe you can use any string) and add a semi colon to the end. The issue you're getting is syntax and not related to L382 at all.
/*
|--------------------------------------------------------------------------
| Encryption Key
|--------------------------------------------------------------------------
|
| If you use the Encryption class, you must set an encryption key.
| See the user guide for more info.
|
| https://codeigniter.com/user_guide/libraries/encryption.html
|
*/
$config['encryption_key'] = ''
the problem occures after GETting the index.php page. The line contains:
$config['sess_driver'] = 'database';
Database's up. Table 'ci_session' exists. What's incorrect?
The text was updated successfully, but these errors were encountered: