1
Out of the blue, I am getting a blank screen (XOOPS 2.13.2). I didn't make any changes to the system. With PHP Debug on, I am getting following errors:
Warning [PHP]: session_start(): Cannot send session cookie - headers already sent by (output started at /home/midwestl/public_html/index.php:1) in file include/common.php line 184
Warning [PHP]: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/midwestl/public_html/index.php:1) in file include/common.php line 184
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /home/midwestl/public_html/index.php:1) in file include/common.php line 193
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /home/midwestl/public_html/index.php:1) in file index.php line 39
When I set "Module for your start page" to "None", the first page appears.
Anybody could explain what is going on and help with it? I need "News" on my Start Page!