Hi,
I'm receiving the following Fatal Error,
Fatal error: Failed opening required
'/HTML/Functions.php' (include_path='.;C:/phpdev/php/includes;
C:/phpdev/php/class') in c:\phpdev\www\html\place\Counter.php on line 9
line 9 is, require_once($DOCUMENT_ROOT . "/HTML/Functions.php");
I know where the error is, \html\ should be \HTML\ and I can't find \html\
in the script anywhere, so it must be in the php, or apache system/script.
Can anyone help me out on this?
Thanks,