Warning: file_put_contents(/home/admin/XXXX//temp/static_caches/child_tree_98.php) [function.file-put-contents]: failed to open stream: Permission denied in /home/admin/XXXX/includes/lib_base.php on line 1268
出现这样的错误是temp 权限不够
chmod -R 777 temp
更改temp以及其下的文件有写权限
temp 主要是 存放页面缓存