I've installed RoundCube and it worked fine for one day. After that, I get a blank screen after I make my log in. Doesn't matter which browser I use. Can anyone help me?
I liked very much...it's a same not using it because such a thing...
Thanks in advance!!
Same problem here. Doesn't matter which browser is used, screen is always blank.
Any solution?
Source code:
DocMath - Email---------------------
Error log:
href='function.session-start'>function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in /home/docmathn/public_html/email/program/include/main.inc on line 89
[03-Feb-2007 17:56:17] PHP Warning: session_start() [
function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/docmathn/public_html/email/index.php:1) in /home/docmathn/public_html/email/program/include/main.inc on line 89
[03-Feb-2007 17:56:17] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in /home/docmathn/public_html/email/program/include/main.inc on line 97
[03-Feb-2007 17:56:17] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in /home/docmathn/public_html/email/program/include/rcube_shared.inc on line 132
[03-Feb-2007 17:56:17] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in Unknown on line 0
[03-Feb-2007 17:56:17] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in Unknown on line 0
[03-Feb-2007 17:56:19] PHP Warning: session_start() [
function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in /home/docmathn/public_html/email/program/include/main.inc on line 89
[03-Feb-2007 17:56:19] PHP Warning: session_start() [
function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/docmathn/public_html/email/index.php:1) in /home/docmathn/public_html/email/program/include/main.inc on line 89
[03-Feb-2007 17:56:19] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in /home/docmathn/public_html/email/program/include/main.inc on line 97
[03-Feb-2007 17:56:19] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in /home/docmathn/public_html/email/index.php on line 158
[03-Feb-2007 17:56:19] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in Unknown on line 0
[03-Feb-2007 17:56:19] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/docmathn/public_html/email/index.php:1) in Unknown on line 0
------------------------------
Where can I get the apache log?
Thank's
Got always good hints by adjusting the debuglevel:
QuoteSet the Debug-Level in the main.inc.php to 4
$rcmail_config['debug_level'] = 4;
Tucker