I am getting the following warning when the page loads with the poll in it
Warning: require_once(.poll/include/config.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/consumer/public_html/index2.php on line 170
Fatal error: require_once() [function.require]: Failed opening required '.poll/include/config.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/consumer/public_html/index2.php on line 170
I believe it has to do with the $poll_path = dirname(poll);
As you can see, I just put poll in there because that is the directory it is in.
Please point me in the right direction. Thank you.