Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: PHP - Session problem in codeigniter framework
Post: RE: PHP - Session problem in codeigniter framework

Khadeer Wrote: (10-13-2017, 06:23 AM) -- InsiteFX Wrote: (10-13-2017, 03:08 AM) -- Mostly it is your session_save_path, the documentation shows how to set it up for files. -- Still No Use im usin...
41,103 Views
9 Replies
10-13-2017, 06:44 AM
bjs17
    Thread: PHP - Session problem in codeigniter framework
Post: RE: PHP - Session problem in codeigniter framework

create a session_save_path and assign it to $config['sess_save_path'] = 'your session's folder path'; Make sure your session's folder is writable.
41,103 Views
9 Replies
10-13-2017, 06:39 AM
bjs17
  Bug Thread: Missing single quote in backup file
Post: Missing single quote in backup file

CodeIgniter 3.1.6. database backup gives with missing "single quotes" in VALUES. Eg. INSERT INTO `users` (`id`, `username`, `email`, `created`) VALUES (1, abc, [email protected], 1504377448); Any sug...
3,495 Views
1 Replies
09-30-2017, 05:59 AM
bjs17

Theme © iAndrew 2016 - Forum software by © MyBB