I got this error message when i run my php CodeIgniter project:
A PHP Error was encountered Severity: Warning Message: Cannot modi
A PHP Error was encountered
Severity: Warning
Message: Cannot modi
I think it will be helpfull Use $config['sess_save_path'] = sys_get_temp_dir(); instead of $config['sess_save_path'] = NULL; in your Application/config/config.php file
$config['sess_save_path'] = sys_get_temp_dir();
$config['sess_save_path'] = NULL;
Application/config/config.php