HELP!!
I just finished building Apache 2.0 and PHP 4.2.3 on Redhat 8.0 and several functions seem to have stopped working. phpionfo() works and so do the mysql functions but file_exists() suddenly cant seem to find files. It returns nothing (niether true or false) even though the file's locations have not changed since before the build. Also in calls to the "new" operation (when creating an instance of an object) i get an error like this:
ERROR: FindTemplate: file foo.bar does not exist anywhere in ./path/to/files
even though the files are there.
I have compared the phpinfo() files to another server that is working and i see no differences.
Any insight would be greatly appreciated.