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
Edit /program/localization/sl_SI/labels.inc and remove "?>" at the bottom of the page, that should fix the problem.
I cant believe that was the issue!!
Thanks!
Resolved!