Codeigniter cannot load libraries

后端 未结 6 1110
面向向阳花
面向向阳花 2020-12-08 08:02

Initially, I thought I had a problem with loading libraries due to using Modular Extensions inside Codeigniter.

However I have discovered even with a clean install o

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 08:22

    Step1 : open config.php and create a session folder with 0755 permission.
    Step2 : update below code variable 
    $config['sess_save_path'] =  __DIR__.'/session'; 
    

提交回复
热议问题