Could not open 'x'
Sample code:
//...
require('non-existent-file.php'); // Could not open 'non-existent-file.php'
//...
You tried to include some non-existing file.
Skip to: Content | Navigation | Footer

Sample code:
//...
require('non-existent-file.php'); // Could not open 'non-existent-file.php'
//...
You tried to include some non-existing file.