Welcome Guest, Not a member yet? Register   Sign In
still losing session userdata across a redirect
#6

I tried setting my base_url to $config['base_url']='http://localhost/sub_crud/';

but this caused

A PHP Error was encountered

Severity: Warning

Message: mkdir(): Invalid argument

Filename: drivers/Session_files_driver.php

Line Number: 136

Backtrace:

File: C:\xampp\htdocs\sub_crud\application\controllers\users.php
Line: 15
Function: __construct

File: C:\xampp\htdocs\sub_crud\index.php
Line: 316
Function: require_once

An uncaught Exception was encountered

Type: Exception

Message: Session: Configured save path 'c: mpp\htdocs\sub_crud\system\libraries\session' is not a directory, doesn't exist or cannot be created.

Filename: C:\xampp\htdocs\sub_crud\system\libraries\Session\drivers\Session_files_driver.php

Line Number: 138

Backtrace:

File: C:\xampp\htdocs\sub_crud\application\controllers\users.php
Line: 15
Function: __construct

File: C:\xampp\htdocs\sub_crud\index.php
Line: 316
Function: require_once

Why would this be?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
RE: still losing session userdata across a redirect - by richb201 - 12-01-2017, 07:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB