2.72 utf8 修改后台admin后 进入后台提示524代码有问题

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



提示Warning: file_put_contents(/usr/admin3/data/config.php) [function.file-put-contents]: failed to open stream: Permission denied in /usr/admin3/index.php on line 524

524 代码是

file_put_contents($f,str_replace("'API_TIME', '".API_TIME."'","'API_TIME', '".date('Y-m-d H:i:s',time())."'",file_get_contents($f)));

write_static_cache('api_str', $api_str);
}
else
{
echo $data;
}


好像是API_TIME出问题了

已经修改777和清除了temp里的文件

回答:
你看下内部文件读写权限问题

感谢netaxcess 修改文件777后完全正常 谢谢