用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > php教程

php提示 Warning: touch() [function.touch]: Utime failed: Permission denied in

时间:2015-01-23  来源:西部数据  作者:西部数据

在使用php程序时提示Warning: touch() [function.touch]:Utime failed:Permission denied in错误,下面一起来看看此问题的解决办法.

使用timthumb.php出现Warning: touch() [function.touch]: Utime failed: Permission denied in错误.

我们先来看一下touch()函数例子,touch() 函数设置指定文件的访问和修改时间.

touch(filename,time,atime)

例子,代码如下:

<?php touch("test.jpg");?>

应用例子时出现错误:用timthumb.php来做缩略图,本地测试很OK,但是放到vps上面就出现下面的错误错误提示:

Warning: touch() [function.touch]: Utime failed: Permission denied in /home/wordpress/wp-content/themes/zkeyword/library/timthumb.php on line 199

A TimThumb error has occured

The following error(s) occured:Could note create the index.html file - to fix this create an empty file named index.html file in the cache directory.

从字面上理解,是创建缓存的cache文件没有权限,我就直接将cache的权限设为0777,但是还是不行,还是提示权限不足,进入cache目录后还有一个index.html文件,将其设为0777,问题就解决了.

来顶一下
返回首页
返回首页
推荐资讯
WiFi太不安全:7岁女孩11分钟内入侵公共网络 WiFi太不安全:7岁女孩11分钟内入侵近期刚刚发布研究说WiFi网络能获得人们手机里多少私人信息,
不服跑个分?人工智能也出现“刷分”乱象 不服跑个分?人工智能也出现“刷分2014年,人工智能领域突然爆发,成为了科研和科技创业的热门
相关文章
栏目更新
栏目热门