PDA

View Full Version : Latest version of ispconfig and installed phpmyadmin package


Norman
18th March 2008, 12:01
We're getting these messages:

Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/lang/swedish-utf-8.inc.php:1) in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/core.lib.php on line 605

Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/lang/swedish-utf-8.inc.php:1) in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/core.lib.php on line 605

Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/lang/swedish-utf-8.inc.php:1) in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/core.lib.php on line 605

Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/lang/swedish-utf-8.inc.php:1) in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/core.lib.php on line 605

Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/lang/swedish-utf-8.inc.php:1) in /home/admispconfig/ispconfig/web/phpmyadmin/index.php on line 99


Anyone have a known fix for this?
This is a freshly installed ispconfig installation on a debian 4.0 etch system.

Norman
18th March 2008, 12:06
Quick fix was to copy english-utf8-inc.php to swedish-utf8.inc.php

Anyone know what may cause this issue?

metin
19th March 2008, 14:08
"swedish-utf8.inc.php" seems to have some extra characters before "<?php" on the first line.

I think it's a utf8 encoded space - just remove them/it.

/Metin

Norman
24th March 2008, 17:07
Thanks mate. Will try.