最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php提示 Warning: touch() [function.touch]: Utime failed: Permission denied in错误
时间:2022-06-25 13:31:01 编辑:袖梨 来源:一聚教程网
使用timthumb.php出现Warning: touch() [function.touch]: Utime failed: Permission denied in错误
我们先来看一下touch()函数例子
touch() 函数设置指定文件的访问和修改时间。
touch(filename,time,atime)
例子
代码如下 | 复制代码 |
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,问题就解决了。
相关文章
- 崩坏星穹铁道星期日遗器怎么选择 11-27
- 群英风华录兑换码分享 11-27
- 世界之外茶馆轶闻怎么玩 世界之外茶馆轶闻活动介绍 11-27
- 群英风华录兑换码分享 群英风华录兑换码大全2024 11-27
- 原神5.2地方传奇莉莱怎么打 原神5.2版本莉莱打法机制介绍 11-27
- 桃源深处有人家故宫地图萝卜在哪里 桃源故宫地图全萝卜位置攻略 11-27