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.