From: aphid <me...@ap...> - 2003-04-01 18:04:17
|
On Tuesday, April 1, 2003, at 09:28 AM, Jeff Dairiki wrote: > > Try replacing this giant nested if block at the bottom of index.php: > > [...] > > with a simple: > > include "lib/main.php"; > > > Let us know whether that helps or not... > > I've actually been getting the blank page too since I switched php over to the cgi version.. I tried making the above change and the following happened: It actually loaded the page, but with no CSS. This was at the top of the page: lib/Request.php:240: Warning[2]: session_start() [<a href='http://www.php.net/function.session-start'>function.session- start</a>]: Cannot send session cookie - headers already sent lib/Request.php:240: Warning[2]: session_start() [<a href='http://www.php.net/function.session-start'>function.session- start</a>]: Cannot send session cache limiter - headers already sent lib/display.php:135: Warning[2]: Cannot modify header information - headers already sent This was at the bottom of the page: PHP Warnings lib/config.php:258: Notice[8]: Undefined index: SCRIPT_NAME lib/config.php:276: Notice[8]: Undefined variable: SCRIPT_NAME lib/Request.php:143: Warning[2]: ob_gzhandler() [<a href='http://www.php.net/ref.outcontrol'>ref.outcontrol</a>]: output handler 'ob_gzhandler' cannot be used twice |