CI_Session Files Driver (PHP error Encountered)

放肆的年华 提交于 2019-12-13 03:11:26

问题


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 \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:

PHP 7.0.8 Codeigniter 3.0.6 XAMPP 7

Have been using an older version of Codeigniter, XAMPP and PHP 5 for almost 2 years, and has never encountered this issue.

This started occurring intermittently after upgrading CI,XAMPP,PHP. Opcache is disabled as well.

Any thoughts?

Thanks for your time.

来源:https://stackoverflow.com/questions/47019697/ci-session-files-driver-php-error-encountered

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!