作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Fatal error: Class CI_Session_files_driver contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SessionHandlerInterface::open) in C:\xampp\htdocs\cmms2\system\libraries\Session\drivers\Session_files_driver.php on line 49
当我在本地主机 xampp Web 应用程序项目上工作时,此错误不断出现。顺便说一句,我正在使用 codeigniter。您认为出现这种情况的原因是什么?这些是我用 session 完成的唯一代码。
$this->session->set_userdata($data);
$autoload['libraries'] = array('database','session');
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = sys_get_temp_dir();
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;
最佳答案
如果不工作,请重新启动 apache 服务器,然后再次下载 CodeIgniter 并用新的替换您的 system/目录。
关于php - fatal error : Class CI_Session_files_driver contains 1 abstract method,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34896271/
Fatal error: Class CI_Session_files_driver contains 1 abstract method and must therefore be declared
我是一名优秀的程序员,十分优秀!