Here's what I'm doing:
- I'm require()ing a file
- The require()'d file file()'s another file which I KNOW is valid
- The file being file()'d is relative the original file requir()ing the second file
Here's what's happening:
I'm doing this in several files, the exact same way, and it sometimes generates an error (no such file or directory). Some files output the error, some others don't.