Jump to content

SLG

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

SLG's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey all, I am in the process of developing forum software called "eForum." I am hoping it will be the new vBulliten, only with a free version. But the only problem is I can't develop this on my own. So therefor I need some developers that know PHP/MySQL, and Oracle, MS-SQL, and PostGre would be great, but I dont need it yet. So if your interested in joining the dev team, send me a PM. P.S. It would be great if you had a MSN or AIM account. EDIT: By the way, I'm not sure if this is in the right board... EDIT AGAIN: It's not... Haha. Does a mod/admin want to move this post by any chance?
  2. Never mind I got it! The  ob_start(); did the trick! Thank you all for the help! You guys rock!
  3. so would I put [code]   session_start();       ob_start();[/code] on the top of home.php or sessions.php?
  4. Hey all, I am a bit noob to PHP/MySQL (I just started a few weeks ago). Anyway, I am a webmaster for the site AlbinoShades, and I am about to release the new version of the site soon. This new site has a login feature that was a serious pain in the ass to get working. Well I finnaly got everything up and running, and started intergrating the script into the site, then this ugly error appeared at the top saying: [code]Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/albinosh/public_html/rc2/home.php:5) in /home/albinosh/public_html/rc2/include/session.php on line 47[/code] But then everything else worked, I could login, password protect pages, edit admin settings etc. So I looked at line 47 in sessions.php and saw this line: [code]start_session()[/code] I knew that editing this would screw up the script, but I couldnt resist, I commented that line, then the ugly error went away, but I couldn't login. So I un-commented that line, and same thing happens. Any ideas why this error message is showing?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.