Author |
Message |
08/02/2003 01:04:47
|
Anonymous
|
Please help, the Advance Poll not display in PHP 4.30 version
|
|
14/02/2003 07:13:13
|
Anonymous
|
I also have the same problem with PHP 4.3.0 (after my host upgraded the PHP files) and Advance Poll 2.0.2
Link: http://www.miyabiaizawa.com/poll.shtml (I use SSI method)
Error message: Fatal error: Cannot redeclare set_max_bar_length() in <my absolute path>/poll/include/class_poll.php on line 116
Works fine with PHP 4.2.x
|
|
15/02/2003 19:15:46
|
Anonymous
|
Function set_max_bar_height is defined twice in class_poll.php, you have to remark the first one.
Works fine with PHP 4.3.0
|
|
17/02/2003 16:02:28
|
Anonymous
|
How do you mean "remark the first one" I dont understand
|
|
17/02/2003 16:02:33
|
Anonymous
|
How do you mean "remark the first one" I dont understand
|
|
19/02/2003 04:45:42
|
Anonymous
|
Open up include/class_poll.php
then around line 107 I believe is a second function
Delete this and you should be good to go.
|
|
|