|
|||||||
| Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
E Pluribus Unum
Join Date: May 2002
Posts: 3,203
Rep Power: 0 ![]() |
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! |
|
|
|
|
|
#2 |
|
Yarr... I be blind!
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,191
Rep Power: 80 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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.
__________________
|
|
|
|
|
|
#3 |
|
DriverHeaven Founder
Join Date: May 2002
Posts: 32,480
Rep Power: 179 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
andrew or uberlord would probably know bud.......
|
|
|
|
|
|
#4 |
|
A Legend in Underwear
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 0 ![]() |
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 |
|
|
|
![]() |
| Thread Tools | |
|
|