HardwareHeaven.com
Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

Go Back   HardwareHeaven.com > Forums > Software / Tools > Programming, Coding, (Web)Design


Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people.

Reply
 
Thread Tools
Old Sep 24, 2003, 06:06 PM   #1
E Pluribus Unum
 
Join Date: May 2002
Posts: 3,203
Rep Power: 0
JavaFox is on a distinguished road

SquirrelMail

Hey guys, maybe some of you savvy webmasters can help me out here. I'm running Apache 2 on Windows Server 2003. I've got PHP 4.3.3 working just fine on it (no problem with portal software) and after a little bit of wrestling with the constraints of my ISP (they block port 80, 25), I've got most of what I want running running.

However, I just can't figure out SquirrelMail. I have it in a folder called "mail" and when I surf to that on my site, the login screen pops up without a problem. However, when I try to log in -- I get this:


Notice: A session had already been started - ignoring session_start() in C:\Program Files\Apache Group\Apache2\htdocs\mail\src\redirect.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\mail\src\redirect.php:40) in C:\Program Files\Apache Group\Apache2\htdocs\mail\functions\i18n.php on line 1611

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\mail\src\redirect.php:40) in C:\Program Files\Apache Group\Apache2\htdocs\mail\src\redirect.php on line 58

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\mail\src\redirect.php:40) in C:\Program Files\Apache Group\Apache2\htdocs\mail\functions\global.php on line 267



Anyone have any ideas? This is driving me crazy!
JavaFox is offline   Reply With Quote


Old Sep 24, 2003, 11:32 PM   #2
Yarr... I be blind!
 
Jeff's Avatar
 
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,190
Rep Power: 74
Jeff is just super!Jeff is just super!Jeff is just super!Jeff is just super!Jeff is just super!Jeff is just super!Jeff is just super!

It sounds basically like something is calling session_start() before that script; not sure how that would happen, but that basically explains it.

You could try commenting out all the session_start()'s in the application.

Don't know if that helps.
__________________
Jeff is offline   Reply With Quote
Old Sep 24, 2003, 11:34 PM   #3
DriverHeaven Founder
 
Join Date: May 2002
Posts: 32,480
Rep Power: 177
Zardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refuteZardon has a reputation beyond refute

andrew or uberlord would probably know bud.......
Zardon is offline   Reply With Quote
Old Sep 25, 2003, 01:58 PM   #4
A Legend in Underwear
 
UberLord's Avatar
 
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 70
UberLord will become famous soon enough

I suspect that you have two applications residing in the same folder. If thats the case, put squirrel mail into a seperate folder like /mail

If that doesn't work, try checking the the session handling documentation over at www.php.net
__________________
Gentoo Linux - Developer (baselayout)
Read my blog

"I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Stephen Roberts
UberLord is offline   Reply With Quote
Reply

Bookmarks

Thread Tools