CodeIgniter Forums
Problem with Database Sessions - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Problem with Database Sessions (/showthread.php?tid=64774)



Problem with Database Sessions - 50l3r - 03-24-2016

When i try to execute any controller in my codeignite project i recieve this error:

Code:
Fatal error: Class CI_Session_files_driver contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SessionHandlerInterface::read) in D:\Git\crud-farm\system\libraries\Session\drivers\Session_files_driver.php on line 49
A PHP Error was encountered

Severity: Error

Message: Class CI_Session_files_driver contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SessionHandlerInterface::read)

Filename: drivers/Session_files_driver.php

Line Number: 49

Backtrace:



RE: Problem with Database Sessions - ciadmin - 03-24-2016

Duplicate of http://forum.codeigniter.com/thread-64763.html


RE: Problem with Database Sessions - 50l3r - 03-24-2016

(03-24-2016, 02:37 PM)ciadmin Wrote: Duplicate of http://forum.codeigniter.com/thread-64763.html

Much thanks. Problem solved restarting apache.