Roundcube Community Forum

Release Support => Pending Issues => Topic started by: urbee on November 11, 2010, 02:42:18 AM

Title: Roundcube blank page and "HP Warning: Cannot modify header information"
Post by: urbee on November 11, 2010, 02:42:18 AM
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
Title: Roundcube blank page and "HP Warning: Cannot modify header information"
Post by: SKaero on November 11, 2010, 02:59:07 AM
Edit /program/localization/sl_SI/labels.inc and remove "?>" at the bottom of the page, that should fix the problem.
Title: Roundcube blank page and "HP Warning: Cannot modify header information"
Post by: urbee on November 11, 2010, 03:14:47 AM
I cant believe that was the issue!!

Thanks!

Resolved!