| Home |
| Whats New? |
| Links |
| Search |
| FAQs |
| Forums |
| Downloads |
| Latest Freelance Jobs |
| Archives |
| FIle Archives |
|
Assorted scripts
(1) |
|
DewNewPHPLinks
(7) |
| Captcha add-on for DewNewPHPLinks 2.0 |
|
| DewNewPHPLinks 2.1.0.1 |
|
| Mozilla Firefox Bookmark Importer |
|
| DewNewPHPLinks Bookmarklet creator v 0.99 |
|
| DNPL Ban List 1.0 |
| Warning: session_start Cannot send session cookie - headers already sent by |
|
|
The sotfware uses sessions, and/or sets cookies. For that to work, there can be no output to the browser prior to the session being started. Any of the involved files that have a blank line or space, before the <? or after ?> will cause this error.
PHP is nice enough to tell you what file caused the error, and even points to where in the file the problem was caused...
output started at .... /include/functions.php:1989
This is due to an extra space or line at the bottom of the file /include/functions.php which just happens to have 1988 lines of code
If you have permissions, you could also edit the php.ini to enable output buffering and restart your web server, then PHP wont complain about extraneous spaces & lines when starting sessions. |
| < Prev |
|---|