Roundcube Community Forum

 

blank Screen after login

Started by CrazyF, February 02, 2007, 09:25:07 PM

Previous topic - Next topic

CrazyF

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!!

omarska

Same problem here. Doesn't matter which browser is used, screen is always blank.

Any solution?

jpingle

We'll need some more information, such as:

Any errors in RoundCube's logs?

Any errors in Apache's logs?

Is the page really blank (view source and see)?


CrazyF

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

Tucker

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

CrazyF

Whe I do that I get this on (over it) the log in page:

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

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

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

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

 :'(
How can I fix this errors??
Thank's!

CrazyF

It's almost working!!!!!!!!
Now I can log in but I can't send msg!!!

Error log:
[05-Feb-2007 14:40:37 -0700] SMTP Error: SMTP error: Connection failed: Failed to connect socket: Connection refused
 in /home/docmathn/public_html/email/program/steps/mail/sendmail.inc on line 253

I've tried some solutions that i've found in the forum but for now nothing is working...

Any sugestion?
Thks Guys