On Fri, 26 Apr 2002 09:42, Marari Network Solutions wrote: > The problem that I can't seem to solve is php based... > Once you've installed the rpms and you go to > https://www.yourdomain.com/acid, log in with admin username and password > you're greeted with an error message at the top of the screen, though > everything else seems to work fine. For the life of me, I can't figure out > this bloody error. (I know just enough PHP to be relatively dangerous to > myself *g*) > The error is: > Warning: Cannot send session cookie - headers already sent by (output > started at /opt/administration/acid/acid_conf.php:260) in > /opt/administration/acid/acid_state_common.inc on line 126 > Warning: Cannot send session cache limiter - headers already sent (output > started at /opt/administration/acid/acid_conf.php:260) in > /opt/administration/acid/acid_state_common.inc on line 126 > Anyone have any ideas?
Generally, this is caused by your PHP script trying to use the Header() function when there has already been some output sent to the screen. The solution is to either remove the output before the Header() function is used, or to find an alternative way to accomplish what the Header() function is used for - usually some variant of the META Refresh tag will do the job. -- Please report bugs to [EMAIL PROTECTED] Please mail [EMAIL PROTECTED] (only) to discuss security issues Support for registered customers and partners to [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org