Hello Everyone,
I'm migrating a site from Win98/Apache/php4 to RH6.2/Apache/mod_php4, and I'm having a problem on the new platform. At the beginning of one of my pages, I have
require_once('login.inc');
which generates the error
Fatal error: Failed opening required 'login.inc' (include_path='.:/usr/local/barrett/include:/usr/local/barrett') in /usr/local/barrett/index.php on line 3
The file I'm requiring is in the include_path, yet for some reason Apache or PHP is unable to open it. The file is readable by everyone (permissions = 644).
It seems like there should be a simple solution, but I've been pulling my hair out for two days!
Thanks for any help you can provide.