Page 1 of 1

Error after install

Posted: 13. June 2008 10:24
by jean
please help
I have this error

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /language/fr/mods/lang_portal.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /language/fr/mods/lang_portal.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3531: Cannot modify header information - headers already sent by (output started at /language/fr/mods/lang_portal.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3532: Cannot modify header information - headers already sent by (output started at /language/fr/mods/lang_portal.php:1)
I can't to login to admin

thanks

Re: Error after install

Posted: 13. June 2008 12:26
by thomas.d
Hi jean,

read this:

viewtopic.php?f=24&t=556

Seems that you didn't edit and save the file/s with the correct encoding "UTF-8 without BOM" ...

[Edit]
Hm, I see that you've posted your problem in two threads now ...

Also check wether you have a blank space before

Code: Select all

<?php
(at the very beginning of the file/s).
[/Edit]

Re: Error after install

Posted: 14. June 2008 10:56
by jean
Thank you very much, I succeeded !