PDA

View Full Version : Problem with setup


Warlock
04-07-2004, 02:05 AM
Version 5.2

Site Link (http://www.dallasbrat.com/escal/setup/)

Errors:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/web/dallasbrat.com/htdocs/escal/setup/index.php:1) in /usr/web/dallasbrat.com/htdocs/escal/setup/index.php on line 1

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/web/dallasbrat.com/htdocs/escal/setup/index.php:1) in /usr/web/dallasbrat.com/htdocs/escal/setup/index.php on line 1

Warning: Cannot modify header information - headers already sent by (output started at /usr/web/dallasbrat.com/htdocs/escal/setup/index.php:1) in /usr/web/dallasbrat.com/htdocs/escal/setup/index.php on line 1

And it doesn't appear to save any information on the setup page when you change something.

Brian
04-07-2004, 10:23 AM
Did you modify this file in any way and did you make sure the file was uploaded in ASCII format to the server?

Brian
04-07-2004, 10:31 AM
Also, your server may not support "ob_gzhandler".

Try removing this line from the beginning of the index.php file in the setup directory:

ob_start("ob_gzhandler");

If this works, you will also need to remove this from the index.php file in the admin directory.

Warlock
04-07-2004, 11:17 AM
Removing the ob_gzhandler appears to have worked. Is that going to cause any trouble down the road? And is there something I can do to the server so that it will work?

Brian
04-07-2004, 01:01 PM
You will be fine running without this. If it was enabled it would just make the setup and admin pages load faster and use a little less bandwidth. It has no real effect on the actual calendar.

As to making this work on your server, I don't personally have experience with setting this up at the server level. <_< Most web hosts have it enabled by default.