|
Until you sign up you can't do much. Yes, it's free.
|
|
|
|
|
|
|
|
|
 | / / / Viewing Topic
|  |
|
|
|
Post from this position was omitted due to content violations
|
|
Post from this position was omitted due to content violations
|
derailedjet
Lovin' Life
Patron
Support Leader
Tech Support Leader
|
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.
------- © 2008 derailedjet. All Rights Reserved. I'll give you 1,500 points for clickingthis link.
|
|
|
OnOne353
Executive
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]
|
|
|
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.
------- READ THIS MP3 UPLOADZZZ
|
|
|
allsmiles
Visionary
Ad Free
|
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, it comes from cows. PS. OMG SO FUNNY!
|
|
|
OnOne353
Executive
Patron
|
I told him to try moving the session_start(); just under <php? but it wasn't successful.
------- [Insert witty, intelligent comment here]
|
|
|
|
|
|
| Looking for something else?
|
|
|
|
|
|
 | / / / Viewing Topic |  |
|