i received this error message–
Warning: include_once(./poll_cookie.php): failed to open stream: No such file or directory in /home/hauntedot/public_html/index.php on line 71
you can find this at http://hauntedottawa.net/
any help please
thanks
i received this error message–
Warning: include_once(./poll_cookie.php): failed to open stream: No such file or directory in /home/hauntedot/public_html/index.php on line 71
you can find this at http://hauntedottawa.net/
any help please
thanks
It can’t find the file (poll_cookie.php) that you are trying to include.
Please post the full path to poll_cookie.php as well
[hr]
Btw: you should not have error reporting on at your domain, errors should be handled silently and if necessary you can show a pretty error for the user.