If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Cannot add header information  XML
Forum Index » Support Forum
Author Message
Anonymous



I've looked and looked - found 29 case of "Cannot add header information" - with the same old fix....remove spaces. I don't think that this is the main problem.

I really like the advance poll program.....but it doesn't matter if you have this problem and it take forever to fix or find out how to fix it.

I never really saw an anwer other than remove "space" .....Maybe you can add a patch to fix this problem.

Here is my entire page, Poll.php: (and I get the same "Cannot add......)
<body bgcolor="#FFFFFF" text="#000000">
<?php require "./poll_cookie.php"; ?>
<?php
include_once "/home/virtual/siteXXX/fst/var/www/html/polls/booth.php";
echo $php_poll->poll_process("newest");
?>
</body>
Anonymous



lol

Of course text are also parts of header informationens.

------------------------------

<?php require "./poll_cookie.php"; ?>
<html>
<head>
<title>Lol</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">

<?php
include_once "/home/virtual/siteXXX/fst/var/www/html/polls/booth.php";
echo $php_poll->poll_process("newest");
?>

</body>
</html>
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum