I’m in the process of writing a website for the popular mount snow yahoo club (http://clubs.yahoo.com/clubs/mountsnow). I finished the signup form, mysql backend, forum, login, etc. and wanted to test it out on a free host before I finished the rest of the code and eventually bought some space to host it. Any way it worked on my windows 2k box and Linux box flawlessly but when i uploaded to host.sk the problems began. Most on the initial problems dealt with database issues, which i resolved then the signup form didn't work (i fixed that too) but now when a user tries to login the login itself works but it won't let me start a session. Here’s the error message:
Warning: Cannot send session cookie - headers already sent by (output started at /mnt/host-users/mountsnow/login.php:2) in /mnt/host-users/mountsnow/login.php on line 59
Warning: Cannot send session cache limiter - headers already sent (output started at /mnt/host-users/mountsnow/login.php:2) in /mnt/host-users/mountsnow/login.php on line 59
That’s really all I can say except that to see the php source of the page point your browser to
http://mountsnow.host.sk/showsource.php?name=/login.php --or what ever page you want to see