|
|
Registered User Currently Offline
|
Posts: 8
Join Date: Nov 2005
|
that gave the same error, but i changed the line to ; "forums/skin/" and that worked fine =). But i wounderd if you could help me out some more, after I got it working with this code;
<?php DEFINE ('SEO-BOARD', true); include('forums/lastposts_addon.php');?> I got a serious error on the poll im running, what may cause this? the include line i use for that is; <?php
include("poll.php");
run_poll("1004206937", $HTTP_POST_VARS, "");
?>
And the errors i recived on the frontpage are:
Notice: Undefined variable: opt in /home/apache/htdocs/kunder/thuglife.no/www/poll.php on line 18
Notice: Undefined variable: opt in /home/apache/htdocs/kunder/thuglife.no/www/poll.php on line 23
Notice: Undefined variable: opt in /home/apache/htdocs/kunder/thuglife.no/www/poll.php on line 24
Notice: Undefined variable: opt in /home/apache/htdocs/kunder/thuglife.no/www/poll.php on line 29
Notice: Undefined variable: opt in /home/apache/htdocs/kunder/thuglife.no/www/poll.php on line 41
Notice: Use of undefined constant a - assumed 'a' in /home/apache/htdocs/kunder/thuglife.no/www/poll.php on line 47
Watcha think of our new site?!
Notice: Undefined variable: total_votes in /home/apache/htdocs/kunder/thuglife.no/www/poll_obj.php on line 248
Thanks for any help, it's really appreciated!.
Andy
|