为什么具有该目录的正确权限的PHP仍然返回FALSE?
我已经尝试过chmod 777到脚本所说的不可写的目录,并且已经显示为root和apache。
if (!is_writable($destinationFolder)) {
throw new Exception('Folder: '.$destinationFolder.' is not writable or does not exists.');
}
答案 0 :(得分:1)
尝试禁用selinux。
# vim /etc/sysconfig/selinux
设置'SELINUX = disabled',将其写为':wq'。重新启动一个启动apache。