Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 66
0 Users 2 Guests Online
Forum Index » PHP + MySQL » Err.. Help? (Yes I need more h
Posted on Monday 20th August 2007 at 11:46 PM
-=InSaNe=-
templates/default/images/noavatar.png's Avatar
Junior Member
Okay, well my layout is complete and usersystem is... Getting there? Anyways, when I attempt to place the usersystem inside the layout (Like the Members.php pages or whatever) I get the following error:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/wehabbon/public_html/profile.php:92) in /home/wehabbon/public_html/config.php on line 3

And meaby different errors on other pages, but thats the main one. Any ideas how to get rid of it?
Posted on Tuesday 21st August 2007 at 12:47 AM
Diablosblizz
templates/default/images/noavatar.png's Avatar
Senior Member
Easy, if you have PHP surrounded in HTML then in the php (at the top, which is below <?php) put:

Code
error_reporting(0);


:) Done.
Posted on Tuesday 21st August 2007 at 01:39 AM
-=InSaNe=-
templates/default/images/noavatar.png's Avatar
Junior Member
Thanks! That worked lol
Posted on Tuesday 21st August 2007 at 02:01 AM
ShadowMage
templates/default/images/noavatar.png's Avatar
Senior Member
Topic Resolved.
Please contact an admin if it is needed again.