Codeigniter :A PHP Error was encountered [closed]

The session path is not foundable by CodeIgniter. You can set another session path in the config of CodeIgniter: $config[‘sess_save_path’] = “/var/www/app/sessions”; This folder should exist and be writeable for the PHP user. Otherwise, you can see the CodeIgniter Documentation for other session drivers.