ecshop 后台上传广告图时出现这个代码,该如何解决

WBOY
Release: 2016-06-13 13:49:25
Original
1549 people have browsed it

ecshop 后台上传广告图时出现这个代码
ing: file_put_contents(../data/flashdata/default/data.xml) [function.file-put-contents]: failed to open stream: Permission denied in E:\web\ecshop.1gcheng.com\admin\flashplay.php on line 946


ecshop 后台上传广告图时出现这个代码

是什么问题

------解决方案--------------------
"Permission denied"权限问题。 
....min\flashplay.php,用ls看一下这个文件的属性。
------解决方案--------------------
权限问题,你需要将没有权限的目录以及子目录文件设置成你想要的权限
------解决方案--------------------
目录../data/flashdata/default/已经是最高权限了?
------解决方案--------------------
那么../data/flashdata/、../data/flashdata/、../data/、../有相应的权限吗?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!