Roundcube Community Forum

 

Roundcube blank page and "HP Warning: Cannot modify header information"

Started by urbee, November 11, 2010, 02:42:18 AM

Previous topic - Next topic

urbee

Hello,

I am a directadmin user. A few days ago, i updated all the services including Roundcube to the newest version, using custombuild to do it.

Since then, i am unable to login to roundcube. All i get is a blank page, and an error message:

PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/www/html/roundcubemail-0.4.2/program/localization/sl_SI/labels.inc:352) in /var/www/html/roundcubemail-0.4.2/program/include/rcube_template.php on line 286

Line 286 is:
     header('Location: ' . $location);

I have an exact problem on my other server, white blank site when i login and this error. Please advise!

Using: roundcubemail-0.4.2

SKaero

Edit /program/localization/sl_SI/labels.inc and remove "?>" at the bottom of the page, that should fix the problem.

urbee