I've just doen a quick and dirty (don't even get me started on the time scales he left me) update of a friends website which was working just fine over the weekend, however this morning it's starting throwing errors at us.
It needs a lot of work yet and I was using php includes to get each page to use a single file for navigation, footer and a sidebar area, however it is now throwing the following error:
I am struggling to understand why a php include would cause this unless I am missing some new security feature, more than possible as it has been a while.
Is the format of my include statement, it is the only php code used in the entire website.
Any ideas would be great.
Thanks.
It needs a lot of work yet and I was using php includes to get each page to use a single file for navigation, footer and a sidebar area, however it is now throwing the following error:
FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
•The FastCGI pool queue is full
•Error Number: 4 (0x80070004).
•Error Description: The system cannot open the file.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
I am struggling to understand why a php include would cause this unless I am missing some new security feature, more than possible as it has been a while.
PHP:
<?php include("navigation.html");?>
Is the format of my include statement, it is the only php code used in the entire website.
Any ideas would be great.
Thanks.
Last edited:

