Greetings everyone,
I have just had the luck to see the results of my webhosting company's php upgrade.
The told me they upgraded the php on their webservers and as a result my Advanced Poll 2.02 has been reporting this error when executing:
Fatal error: Cannot redeclare set_max_bar_length() in ...../poll/include/class_poll.php on line 116
In my home.php I have a cell which contains the following code:
<?php
include_once "/www/f/firewall/htdocs/poll/poll_cookie.php";
include_once "/www/f/firewall/htdocs/poll/booth.php";
echo $php_poll->poll_process(5); // x = Poll ID
?>
This code makes the poll come up, but instead I get the lovely error above ... any ideas what I can do to fix the problem ??
Any help is always appreciated.
Thank you.