PHP is_writable总是返回FALSE

时间:2015-03-02 20:07:54

标签: php linux magento permissions

为什么具有该目录的正确权限的PHP仍然返回FALSE?

我已经尝试过chmod 777到脚本所说的不可写的目录,并且已经显示为root和apache。

if (!is_writable($destinationFolder)) {
        throw new Exception('Folder: '.$destinationFolder.' is not writable or does not exists.');
    }

1 个答案:

答案 0 :(得分:1)

尝试禁用selinux。

# vim /etc/sysconfig/selinux

设置'SELINUX = disabled',将其写为':wq'。重新启动一个启动apache。