PHP is_readable在apache2上的可读文件上返回false

时间:2016-06-14 22:53:22

标签: php apache2

无法将旧的joombla迁移到另一台服务器,因为php无法读取配置文件。 :S

出于测试原因我制作了这段代码:

clearstatcache();
echo substr(sprintf('%o', fileperms('configuration2.php')), -4);

if(file_get_contents("configuration.php")) echo " trae conent";
else echo " no trae un joraca ";

if (is_readable('configuration.php')) {
  echo 'The file is readable';
} else {
  echo ' NOOOOO ';
}

readfile('configuration2.php'); 
exit();

返回:

  

0no trae un joraca NOOOOO

LS:

  

-rwxrwxrwx 1 www-data www-data 2189 jun 14 18:16 configuration.php

apache2以www-data:www-data

运行
  

www-data 10194 0.0 0.1 25940 3336? S 19:19 0:00 / usr / sbin / apache2 -k start

.htaccess已删除

为什么文件不可读?我已经检查了.htaccess,chmod和chown问题。

1 个答案:

答案 0 :(得分:0)

我发现了:

save: function(status) {
     axios.post('/api/save-question', this.Frage)
        .then(res => {
            this.$router.push('/');
            })
}

什么解释了什么错误:D