| Author |
Message |
diana
Beginner


Joined: Aug 04, 2003 Posts: 1
|
Posted: Tue Aug 05, 2003 4:58 pm Post subject: Sessions Error on block-MostViewed - Help Please |
|
|
I feel like I'm going nuts, I'm trying to run the block-MostViewed.php but come back with this error.
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/mike/public_html/php/header.php:32) in /home/mike/public_html/php/modules/gallery/session.php on line 51
I've opened up my sessions.php file and at line 51 is comments.
I did a search for "$_HTTP_SESSION_VARS" but that string doesn't exist in my sessions.php.
What am I doing wrong?
And, I only get this error on my Mac, my friend whose site this is, is on a PC and does not see this error.
[/code] |
|
| Back to top |
|
|
AdBot
|
| Post subject: Sessions Error on block-MostViewed - Help Please |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Tue Aug 05, 2003 7:34 pm Post subject: |
|
|
check your php.ini file.
set output_buffering to On _________________
 |
|
| Back to top |
|
|
|
|
|
|
|