PHP Warning: Unknown: failed to open stream

后端 未结 18 1015
有刺的猬
有刺的猬 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:54

    Except the permissions, the problem can be open_basedir. If you are using it (and I suggest to use it) then check the settings at the VirtualHost :

     php_admin_value open_basedir 
    

提交回复
热议问题