PHP Warning: Unknown: failed to open stream

后端 未结 18 1010
有刺的猬
有刺的猬 2020-12-02 10:54

I edited the apache httpd.conf file recently for the mod_rewrite to work. I don\'t know if this problem originated from that or not, but i\'m getting this problem from that

18条回答
  •  悲&欢浪女
    2020-12-02 11:27

    Check dos and unix file format. This problem is seen on linux platforms if dos file format is used. Use doc2unix command like below and then retry it should work dos2unix *.php

    This solution for below problem

    Wed Nov 12 07:50:19 2014] [error] [client IP1] PHP Warning: Unknown: failed to
        open stream: Permission denied in Unknown on line 0
    [Wed Nov 12 07:50:19 2014] [error] [client IP1] PHP Fatal error: Unknown: Failed
        opening required '/var/www/html/index.php' (include_path='.:/usr/share/pear:
        /usr/share/php') in Unknown on line 0
    

提交回复
热议问题