-----Oprindelig meddelelse----- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] vegne af Candice M. Dixon
>I get the following errors on my squirrelmail login page. >Please help. I think if I can get rid of that session_start error the others will go away. Yes it's true The problem is that you (the user of the server) hs not the right permissions to write in the /tmp directory where session variable are stored. If you have root access (and if server is Apache) check in httpd.conf which user your server is running as (it will probably be apache or nobody, but can be anything) then check the permissions in /tmp folder (#ls -la) and change accordingly. If you don't have root access you should see if squirrelmail has an option to store session variables elsewhere, than in the default location. However I don't know exactly if this is possible at all as there are some ini settings tht cannot be chaged once the page has been called. (see www.php.net/session for detailes and still more the section of the manual regarding ini settings. Another possibility to move session variables to other location is making a direct change in php settings in /etc/php.ini but that requires also root access. Hope this can be of any help Paolo ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
