Codeigniter error message Cannot modify header information

后端 未结 4 1272
粉色の甜心
粉色の甜心 2021-01-22 13:28

I got this error message when i run my php CodeIgniter project:

A PHP Error was encountered

Severity: Warning

Message: Cannot modi

4条回答
  •  一个人的身影
    2021-01-22 14:02

    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

提交回复
热议问题