Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
22/01/2002 00:36:32
|
Anonymous
|
Okay, I'm panicking!! Advanced Poll is the best poll I've seen ever and it won't work!!!
I'm using index.php as the file to display it and I want the poll to display on the right side of my file.
http://www.squareultima.gametribe.net
The right side is a ssi/php include file,
http://www.squareultima.gametribe.net/left.php
I put this at the top of index.php before anything
<?php require "/WebSites/admin/squareultima.gametribe.net/poll/booth.php"; ?>
And I put this in the left.php file where I want to it to be displayed at
<?php
require "/WebSites/admin/squareultima.gametribe.net/poll/booth.php";
echo $php_poll->poll_process("newest");
?>
This is what I get
Fatal error: Cannot redeclare class polldb_sql in /WebSites/admin/squareultima.gametribe.net/poll/include/class_mysql.php on line 10
in the spot where I want it to display the poll! WHAT'S WRONG!!! Someone please help me!
|
|
22/01/2002 01:54:19
|
zerzer
Beginner
Joined: 21/01/2002 16:37:16
Messages: 7
Offline
|
ok i had same problem here but it's solved now.
just go to the your admin panel and on poll list choose help icon (looks like .txt file icon)
and there you find out what you have to write and where ;)
|
|
|
|
|
|
Based on the open source JForum
|