请帮帮我解决这问题正确配置好主页出现这些状况

2016-07-07 15:46 来源:www.chinab4c.com 作者:ecshop专家

Warning: file_put_contents() [function.file-put-contents]: SAFE MODE Restriction in effect. The script whose uid is 198187 is not allowed to access /home/vhosts/leo8810.ueuo.com/temp/caches/f owned by uid 48 in /home/vhosts/leo8810.ueuo.com/includes/cls_template.php on line 198 Warning: file_put_contents(/home/vhosts/leo8810.ueuo.com/temp/caches/f/index_40F756F0.php) [function.file-put-contents]: failed to open stream: No such file or directory in /home/vhosts/leo8810.ueuo.com/includes/cls_template.php on line 198 Notice: can't write:/home/vhosts/leo8810.ueuo.com/temp/caches/f/index_40F756F0.php in /home/vhosts/leo8810.ueuo.com/includes/cls_template.php on line 200

回答:
主要是因为temp目录没有可写权限,最近看到很多帖子都有这个问题出现
解决方法用FTP软件变更chmod一下目录及其子目录下所有文件的可写属性为777

引起此问题的原因:
1.数据库已经满了
2.相应目录具有可读写的权限。

can't write:
解决方法:
1.增大服务器空间。
2.清理缓存目录、清空ecs_states表,目的都是为了增大可用空间。
3.还有些用户经常备份数据库,这样会造成data目录下的文件占用空间。建议用户备份数据库后将备份文件保存到本地,然后将服务器上的备份文件清除。
4.赋予相应的目录为可读写的权限。

都设置好所有的权限啦。。但还是一样不行啊。。。服务器都换了好几个。。。问题还是一样啊

方面的话去联系一下论坛版主协助你解决问题