Welcome Guest, Not a member yet? Register   Sign In
Warning: Uncaught Exception: Session: Configured save path 'C:\Windows\temp' is not w
#6

Many years later but for me, I had to change the following line in config.php from 

PHP Code:
$config['sess_save_path'] = NULL


To:


PHP Code:
$config['sess_save_path']          APPPATH.'application/logs'
Reply


Messages In This Thread
RE: Warning: Uncaught Exception: Session: Configured save path 'C:\Windows\temp' is not w - by silvanos - 09-19-2019, 10:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB