我使用的是ci-3最新稳定版本。我的xammp很好用。但是在实时服务器上,它不能工作,我检查了php版本,即5.2+。
请告诉我,不知何故,我可以使用这个设置5.2。
这给了我以下的错误。
A PHP Error was encountered
Severity: Warning
Message: mkdir() [function.mkdir]: No such file or directory
Filename: drivers/Session_files_driver.php
Line Number: 117
Backtrace:
File: /home/content/02/8784902/html/devscript/gallerytobedeleted/application/controllers/Welcome.php发布于 2016-01-20 06:14:42
在项目根目录中设置一个文件夹缓存,并将配置设置为
$config['sess_save_path'] = BASEPATH . 'cache/';给予缓存目录写权限
发布于 2016-01-20 06:13:42
编码点火器3
建议使用PHP 5.4或更高版本。
https://stackoverflow.com/questions/34892141
复制相似问题