Pagina 1 van 1

Ucp.php

Geplaatst: 12 apr 2008, 14:29
door FlameGuy
  • Adres van je forum: http://www.lostforum.nl
    Event. modificaties op je forum:/Kom er niet meer in/
    Wanneer ontstond het probleem?Bij verandering ucp.php
    phpBB versie: 3.0.1

    Heb je onlangs iets veranderd aan je forum?Ja, nederlandse ucp.php
    Wat is het probleem?
Ik was wat aan de ucp.php aan het veranderen (voorwaarden), totdat ik opeens heel wat errors kreeg. Als ik nu inlog komt er te staan:

PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1)

Warning: Cannot modify header information - headers already sent by (output started at /storage/mijndomein/users/090381/public/sites/www.lostforum.nl/language/nl/ucp.php:1) in /storage/mijndomein/users/090381/public/sites/www.lostforum.nl/includes/functions.php on line 3526

Warning: Cannot modify header information - headers already sent by (output started at /storage/mijndomein/users/090381/public/sites/www.lostforum.nl/language/nl/ucp.php:1) in /storage/mijndomein/users/090381/public/sites/www.lostforum.nl/includes/functions.php on line 3528

Warning: Cannot modify header information - headers already sent by (output started at /storage/mijndomein/users/090381/public/sites/www.lostforum.nl/language/nl/ucp.php:1) in /storage/mijndomein/users/090381/public/sites/www.lostforum.nl/includes/functions.php on line 3529

Warning: Cannot modify header information - headers already sent by (output started at /storage/mijndomein/users/090381/public/sites/www.lostforum.nl/language/nl/ucp.php:1) in /storage/mijndomein/users/090381/public/sites/www.lostforum.nl/includes/functions.php on line 3530

En bovenaan de registreer pagina staat:

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.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/nl/ucp.php:1)

Heb al geprobeerd de ucp.php terug te zetten (de normale) maar dit hielp niet.
Ik hoop dat jullie me kunnen helpen!
Greetz,
Jordy

Re: Ucp.php

Geplaatst: 12 apr 2008, 14:32
door Jim
Dat komt omdat er in dat taalbestnad spaties staan op de eerste regel.
Haal die weg en je error moet verdwijnen. ;)

Re: Ucp.php

Geplaatst: 12 apr 2008, 14:34
door FlameGuy
Welke regel??

PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.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/nl/ucp.php:1)

line 3526,3528,3529 en 3530?

Re: Ucp.php

Geplaatst: 12 apr 2008, 14:37
door Jim
Regel 1 ;)

Re: Ucp.php

Geplaatst: 12 apr 2008, 14:39
door FlameGuy
Thanks, heb 't :)