Gucci Mane Posted September 24, 2009 Posted September 24, 2009 On alot of the mods I add they all work great but I always get This at the very top of the page: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/jewelz/public_html/blackjack.php:3) in /home/jewelz/public_html/globals.php on line 6 I used to get this on other mods but my friend fixed the files for me, and they are great now, I have no idea how to fix this! Can someone help me please. Quote
AlabamaHit Posted September 24, 2009 Posted September 24, 2009 add ob_start(); above the session_start(); Quote
Jeff.S Posted September 24, 2009 Posted September 24, 2009 Or make sure you have not outputted any data before you use session_start(); e.g. no echo's or print's ect before session_start() Quote
~Spooky~ Posted September 28, 2009 Posted September 28, 2009 you get that also if you didnt convert all V1 to V2. Make sure nothing is above include global's or the session_start. If you need help just message me I can walk you through what you need to do and look for. Quote
virtualshogun Posted October 4, 2009 Posted October 4, 2009 is that wamp or is that online if its a wamp. under: > <?php Add: > error_reporting (0 ); --------------------------- <?php error_reporting (0 ); hope that helps, looked like wamp. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.