CodeIgniter Forums
SessionHandlerInterface - Error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: SessionHandlerInterface - Error (/showthread.php?tid=64626)



SessionHandlerInterface - Error - rcc0718 - 03-13-2016

- ---------------------------------- HOW TO FIXED THIS ERROR -----------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------

Fatal error: Class CI_Session_files_driver contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SessionHandlerInterface::read) inC:\xampp\htdocs\tms_admin\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: SessionHandlerInterface - Error - Narf - 03-13-2016

By using the original, unmodified CI files.