解决ecshop出现Warning: file_put_contents

简介: 解决ecshop出现Warning: file_put_contents

今天网站搬家ecshop出现了错误,为此昨天上班浪费了一天的工作时间仍旧没有解决,网上说什么删除那段js代码,真的是瞎扯淡。让我浪费了大把时间。Warning:file_put_contents(D:/wwwroot/jinxiongdi/web/temp/c

今天网站搬家ecshop出现了错误,为此昨天上班浪费了一天的工作时间仍旧没有解决,网上说什么删除那段js代码,真的是瞎扯淡。让我浪费了大把时间。Warning: file_put_contents(D:/wwwroot/jinxiongdi/web/temp/caches/f/index_40F756F0.php) [function.file-put-contents]: failed to open stream: Permission denied inD:\wwwroot\jinxiongdi\web\includes\cls_template.php on line 198


Notice: can't write:/wwwroot/jinxiongdi/web/temp/caches/f/index_40F756F0.php inD:\wwwroot\jinxiongdi\web\includes\cls_template.php on line 200以及后台登陆错误

XmlHttpRequest status:[500] Unknow staus


如何解决这个问题呢,原因很简单,是temp\caches这个文件夹的Everyone账户没有写入权限。


于是我把Everyone的权限直接来个全力开火,保存,结果,成功了。

希望朋友多多支持我,我也会反懈遇到的一些问题解决出来,让自己少走些弯路,别一天上网找些教程都TMD瞎扯淡

害人害已。


相关文章
|
6月前
|
Linux Windows
fatal error C1083 无法打开包括文件 “sys/time.h” No such file or directory
fatal error C1083 无法打开包括文件 “sys/time.h” No such file or directory
613 0
|
11月前
Error:npm WARN enoent ENOENT: no such file or directory, open ‘C:\Users\XX\package.json‘son‘
Error:npm WARN enoent ENOENT: no such file or directory, open ‘C:\Users\XX\package.json‘son‘
|
Python
ERROR: file or directory not found: xx.py
​ 1、问题出现原因 在vscode中已导入pytest框架,做自动化demo小测试,运行Python文件一直出现如题错误,截图如下: ERROR: file or directory not found: xx.py  2、解决办法 1)直接把该文件移到当前主目录下,放在PYTHON-STUDY下 2)VSCode中右键tuopan.py文件,选择[在集成终端中打开],或者通过CD命令进入到tuopan.py文件所在目录 然后输入以下命令即可: 注:上述命令不是换行,在d:/前有空格 ,第一行信息为python所在安装路径,空格后的换行为运行的python文件的所在路径  
161 0
ftok info: No such file or directory
ftok info: No such file or directory
199 0
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1179)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1179)
385 0
|
安全 关系型数据库 MySQL
xtrabackup 问题“Too many open files”system error number 24
一个MySQL数据库备份的时候出现下面的错误
192 0
fatal error C1083: 无法打开包括文件:“fenv.h”: No such file or directory
fatal error C1083: 无法打开包括文件:“fenv.h”: No such file or directory
183 0
|
Android开发
【错误记录】Android 文件查看错误 ( Error opening contents of device file ““: Cannot create directory )
【错误记录】Android 文件查看错误 ( Error opening contents of device file ““: Cannot create directory )
606 0
【错误记录】Android 文件查看错误 ( Error opening contents of device file ““: Cannot create directory )
成功解决 _mssql.c(568): fatal error C1083: 无法打开包括文件: “sqlfront.h”: No such file or directory
成功解决 _mssql.c(568): fatal error C1083: 无法打开包括文件: “sqlfront.h”: No such file or directory
|
Unix Shell Linux