Welcome Guest, Not a member yet? Register   Sign In
$autoload['libraries'] = array('session'); error
#6

(08-30-2017, 11:12 AM)ciadmin Wrote: Your session configuration shows that you are using the *files* driver, but you have not set the *session_save_path* to a valid folder for the session driver to use.

https://www.codeigniter.com/user_guide/l...references
https://www.codeigniter.com/user_guide/l...les-driver

If you think you have configured it to use the database driver, the error message quite explicitly tells yoiu it is trying to use the files driver.

Please see the above answer - I did what the instructions said and I also created a "sessions" folder in the applications folder.

The attached image is a screenshot of the MySQL console in a terminal window.

I followed the instructions explicitly and still the errors remain, but only when I autoload the sessions library.

Thanks.

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: $autoload['libraries'] = array('session'); error - by HEKuiper - 08-30-2017, 11:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB