Author |
Message |
16/01/2005 02:46:53
|
Anonymous
|
The problem I'm having is the one described in the read me file:
Appears after voting.
I've tried the solution giving in the FAQ but it doesn't work. In fact, the code it says to add:
Seems to be causing the problems. I already have:
That in my page, and adding what the FAQ says to add, does nothing. However, deleting both sections of code takes away the error. The problem then becomes that you can vote multiple times in the same poll. Does anyone have any ideas as to what may be causing this?
|
|
16/01/2005 05:42:47
|
Anonymous
|
tis got to be at the very top of ur file before the html tag or before any output at all. because headers are sent first before otuput so basically u would be trying to go against the rule so it wont work.
|
|
16/01/2005 08:26:18
|
Anonymous
|
Yeah I did that, it still had that error.
|
|
17/01/2005 10:21:00
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Make sure there are no blank lines before or after the code or at the end of the document. Many html and text editors will insert blank lines, which I why I edit files in my ftp program or CPanel's File Manager. Note: An ftp program that does not have its own editor but uses Notepad may also cause this problem.
http://proxy2.de/forum/viewtopic.php?t=3423
http://proxy2.de/forum/viewtopic.php?t=3273&highlight=cannot+modify+header
|
|
|