I'm sure you've all seen this one before but when I try the tips found in the forums I still get the same prob.
On win32 trying to use require I get this error message.
Fatal error: Failed opening
required 'nailer.inc' (include_path='.;c:\phpcgiinclude') in nailer.php on line 8
The above is the include path in the php.ini file.
Line 8 of nailer.php reads
require("nailer.inc");
I've put the include file nailer.inc in both the current directory and c:\phpcgiinclude just to be sure.
I've checked the rx permissions on the file for the webuser account to be able to read and execute the file and it looks fine.
All tips say just set your include_path in php.ini, and set the permissions correctly on the include directories and away you go.
Thanks,
Aaron