我安装好了,但进步到后台

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

我一进后台就出现
Warning:file_put_contents(/home/hyperplace/domains/hyperplace.net/public_html/store/temp/compiled/admin/login.htm.php) [function.file-put-contents]: failed to open stream: Permission denied in /home/hyperplace/domains/hyperplace.net/public_html/store/includes/cls_template.php on line 262

Notice:can't write:/home/hyperplace/domains/hyperplace.net/public_html/store/temp/compiled/admin/login.htm.php in /home/hyperplace/domains/hyperplace.net/public_html/store/includes/cls_template.php on line 264


请各位大大帮帮忙小弟在此感激不尽

回答:
1# hyperplace

我也是同样问题
Warning: file_put_contents(/home/esco/public_html/temp/compiled/admin/index.htm.php) [function.file-put-contents]: failed to open stream: Permission denied in /home/esco/public_html/includes/cls_template.php on line 262

Notice: can't write:/home/esco/public_html/temp/compiled/admin/index.htm.php in /home/esco/public_html/includes/cls_template.php on line 264

求助高手....

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

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

3# 晓天

我的空间是无限数据用户,应该不会使问题

4# hyperplace

正在等待高手,我市适应linux 服务器的

5# hyperplace


我的服务空间有2000m . 目前只安装ecshop. 空间只使用2m.
刚刚去查了一下问题点.


cls_template.php on line 262
cls_template.php on line 264


cls.template.php262 和 264 行 .

if (file_put_contents($name, $source, LOCK_EX) === false)
{
trigger_error('can\'t write:' . $name);


fales改为true 也没用


请高手帮忙....谢谢

貌似 是目录的 权限问题 ,最好找空间商给你解决

请联系我Q试试看

2# escosam

可否联系我看下