I have installed Advanced Poll 2.03. When I access the home page the the poll is posted properly at the URL:
"www.mydomain.org/public/pages/index.php"
After I select a radio button and click on "Vote" I receive a "404" server error which tells me that the file cannot be found. Upon exmination I discover that the URL has been truncated when the "results" are returned. The returnd URL is
"www.mydomain.org/public/index.php"
This URL is different from the initial URL. It is clear that Advanced Poll 2.03 does not expect the "poll.php" to be located in a subdirectory. I pulled the poll out of the subdirectory "pages" and discovered that the "results" are properly displayed, the URL is the same, and everything works fine. I need to change the code so that the URL is the same before and after the vote. How do I help Advanced Poll acknowledge the existence of the subdirectory? Where do I go to correct the situation?
In the poll admin panel there is a poll path setting under general settings.
Try setting that or setting it to different path's to see if that solves the problem.
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought)
I found the "General Settings" and the "URL to poll director" textarea. I changed the directory so that it points to the directory in which the calling page exists. But I still received a server error. Where do I go next? Thanks.