rustybones Posted February 28, 2011 Report Share Posted February 28, 2011 Hi guys,for some of my pages I get a 500 error, when checking the error log I see a lot of this: [Mon Feb 28 17:02:44 2011] [error] [client 192.168.1.1] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0, referer: http://mydomain.com/subdir [Mon Feb 28 17:02:44 2011] [error] [client 192.168.1.1] PHP Fatal error: Unknown: Failed opening required 'D:/UniServer/www/subdir/subdir2/index.html' (include_path='.;D:/UniServer/usr/local/php/includes;D:/UniServer/usr/local/php/pear;D:/UniServer/home/admin/www/plugins/pear/PEAR') in Unknown on line 0, referer: http://mydomain.com/subdir This seems to happen only for some pages, from a VERY basic html page to some pages which include minimal PHP functions. Again this only seems to happen for some pages, not all pages within my site... I'm stumped, any help would be great! Quote Link to comment Share on other sites More sharing options...
Shyokou Ouyou Posted March 9, 2011 Report Share Posted March 9, 2011 It states clear "Failed opening required" file, such that you should manually check that before fire up ;-) Pay attention to filesystem integrity, permissions, mappings, et cetera ... Hi guys,for some of my pages I get a 500 error, when checking the error log I see a lot of this: [Mon Feb 28 17:02:44 2011] [error] [client 192.168.1.1] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0, referer: http://mydomain.com/subdir [Mon Feb 28 17:02:44 2011] [error] [client 192.168.1.1] PHP Fatal error: Unknown: Failed opening required 'D:/UniServer/www/subdir/subdir2/index.html' (include_path='.;D:/UniServer/usr/local/php/includes;D:/UniServer/usr/local/php/pear;D:/UniServer/home/admin/www/plugins/pear/PEAR') in Unknown on line 0, referer: http://mydomain.com/subdir This seems to happen only for some pages, from a VERY basic html page to some pages which include minimal PHP functions. Again this only seems to happen for some pages, not all pages within my site... I'm stumped, any help would be great! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.