|
Until you sign up you can't do much. Yes, it's free.
|
|
|
|
|
|
|
 | / / / Viewing Topic
|  |
|
|
|
|
 LiveWire Humor
|
|
|
Post from this position was omitted due to content violations
|
|
Post from this position was omitted due to content violations
|
derailedjet
^^Proof I'm A Loser^^
Patron
|
I'm not terribly familiar with the inner workings of a PHP server, however, this is only a warning and not an error. It sounds like it was something that just came up because some built in thing called the session cache limiter could not start up. I would try refreshing the page a little while later and trying again.
------- Ș ‡ G Mac OS X - My Anti-Virus.
|
|
|
OnOnE353
Swami
Patron
|
Remember that header() must be called before any actual output is sent, either by normal HTML tags, blank lines in a file, or from PHP. It is a very common error to read code with include(), or require(), functions, or another file access function, and have spaces or empty lines that are output before header() is called. The same problem exists when using a single PHP/HTML file. Let me know if that helps. And, PM me if you need anymore. Post edited at 10:50 am on Oct. 29, 2007 by OnOnE353
------- [Insert witty, intelligent comment here]
|
10:48 am on Oct. 29, 2007 | Joined: Aug. 2007 | Days Active: 192 Join to learn more about OnOnE353 England, United Kingdom | Straight Male | Posts: 5,115 | Points: 25,062
|
|
| |
|
|
The Dalai Lama
Soothsayer
Patron
|
Just means that you placed that header:location thing too far into the script. The website had already sent to the information to the browser so it's not able to do it again.
|
|
|
allsmiles
Enlightened One
Patron
|
Just make session_start() the first command in your script. It's pointless having it anywhere else, really, and doing so would resolve thwe problem.
------- When they leave me, they're all smiles. When they leave you, they're in tears.
|
|
|
WigAOK9
Expired.
Patron
Support Leader
Tech Support Leader
|
The last few replies are correct, it seems. You need to move the session coding back up to the top or you are trying to send the same session code twice and need to stop the second copy.
------- Wool comes from cows!.TEST
|
2:36 pm on Oct. 29, 2007 | Joined: Nov. 2001 | Days Active: 1,670 Join to learn more about WigAOK9 District Of Columbia, United States | Male | Posts: 9,836 | Points: 49,943
|
|
| |
|
|
OnOnE353
Swami
Patron
|
I told him to try moving the session_start(); just under <php? but it wasn't successful.
------- [Insert witty, intelligent comment here]
|
3:26 pm on Oct. 29, 2007 | Joined: Aug. 2007 | Days Active: 192 Join to learn more about OnOnE353 England, United Kingdom | Straight Male | Posts: 5,115 | Points: 25,062
|
|
| |
|
|
|
|
|
| Looking for something else?
|
|
|
|
|
|
 | / / / Viewing Topic |  |
|