Re: some notes on move

dvanhorn <[email protected]> Sun, 24 Aug 2003 00:34:17 -0500
Newsgroups gmane.org.ballistichelmet.devel
Message-ID <[email protected]>
Jon transplanted our db over to the phpwh machine and I've moved over the
basics to support the front page, ie admin/, bhinclude/, index.php and the
stylesheets.

Maybe someone with some php knowledge can figure out why we get:

Warning: session_start(): Cannot send session cookie - headers already sent by
(output started at /home/bh/www/index.php:1) in
/home/bh/www/admin/classes/CDatabase.php on line 3

Warning: session_start(): Cannot send session cache limiter - headers already
sent (output started at /home/bh/www/index.php:1) in
/home/bh/www/admin/classes/CDatabase.php on line 3

Perhaps we can get rid of the cookies all together.

And also note that all the links have ?PHPSESSID which is funky.

-d