我的脚本一直在输出这个,我不知道为什么。
Intercepted error
imagejpeg(/home/admin/domains/eso-database.com/public_html/signatur/1987300/signatur.jpg): failed to open stream: Permission denied
Code: 2
Line: 407
File: /home/admin/domains/eso-database.com/public_html/api/cronjobs/create_signatures.php
Dir: /home/admin/domains/eso-database.com/public_html/api/cronjobs
然而,signatur文件夹及其所有子文件夹和文件被设置为777权限(是的我知道它不安全,没有这个环境不用于任何重要的事情)并且所有者设置为apache(www-数据相当于Centos) 。 php也没有在safemode中运行。我的剧本仍然不会写图像。
我不知道我还能做些什么。
- edit-- whoami报告'admin',尝试将其设为所有者,也没有工作。