• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

php help!

Shimmishim

Elite Member
I get this error message

you can go to www.johnshim.com/gallery/index.php to see for yourself...

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/johnshim/public_html/gallery/index.php:1) in /home/johnshim/public_html/gallery/photo.php on line 28

whenever you click on a picture, you'll see that error... this was a script i found from hotscripts.com

i dunno what i'm doing wrong... any help would be greatly appreciated!
 
session_start() should be the very first line in the scripts

that error message happens when other output is sent forbore the session information
 
Back
Top