ECSHOP搬家后   首页出现错误

如下:


Warning:  file_put_contents(temp/caches/f/index_40F756F0.php): failed to open stream: Permission denied in includes/cls_template.php on line 198


Notice:  can't write:temp/caches/f/index_40F756F0.php in includes/cls_template.php on line 200



找到文件 chmod 777 temp/caches/f/index_40F756F0.php

chmod 777  includes/cls_template.php


在刷新首页就解决了