Author Topic: blank Screen after login  (Read 4672 times)

Offline CrazyF

  • Newbie
  • *
  • Posts: 6
blank Screen after login
« on: February 02, 2007, 09:25:07 PM »
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!!

Offline omarska

  • Newbie
  • *
  • Posts: 4
Re: blank Screen after login
« Reply #1 on: February 03, 2007, 12:28:19 AM »
Same problem here. Doesn't matter which browser is used, screen is always blank.

Any solution?

Offline jpingle

  • Jr. Member
  • **
  • Posts: 77
Re: blank Screen after login
« Reply #2 on: February 03, 2007, 09:45:35 AM »
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)?


Offline CrazyF

  • Newbie
  • *
  • Posts: 6
Re: blank Screen after login
« Reply #3 on: February 03, 2007, 07:55:18 PM »
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

Offline Tucker

  • Newbie
  • *
  • Posts: 6
Re: blank Screen after login
« Reply #4 on: February 04, 2007, 04:56:57 AM »
Got always good hints by adjusting the debuglevel:

Quote
Set the Debug-Level in the main.inc.php to 4

$rcmail_config['debug_level'] = 4;

Tucker

Offline CrazyF

  • Newbie
  • *
  • Posts: 6
Re: blank Screen after login
« Reply #5 on: February 04, 2007, 05:47:43 AM »
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!

Offline CrazyF

  • Newbie
  • *
  • Posts: 6
Re: blank Screen after login
« Reply #6 on: February 05, 2007, 05:32:34 PM »
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