Ucp.php

Hulp nodig bij je installatie of kom je ergens niet uit? Probeer phpBB3! Problemen lossen we samen met je op.
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Gesloten
FlameGuy
Berichten: 5
Lid geworden op: 12 apr 2008, 14:14

Ucp.php

Bericht door FlameGuy » 12 apr 2008, 14:29

  • 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

Jim
Berichten: 3900
Lid geworden op: 21 feb 2007, 14:53
Locatie: Groningen
Contacteer:

Re: Ucp.php

Bericht door Jim » 12 apr 2008, 14:32

Dat komt omdat er in dat taalbestnad spaties staan op de eerste regel.
Haal die weg en je error moet verdwijnen. ;)
Jim Mossing Holsteyn - Beheerder
Documentatie | Algemene voorwaarden | Wiki

Heb je suggesties over het verbeteren van phpBB.nl of andere site-gerelateerde vragen? Stuur me een PB!

FlameGuy
Berichten: 5
Lid geworden op: 12 apr 2008, 14:14

Re: Ucp.php

Bericht door FlameGuy » 12 apr 2008, 14:34

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?

Jim
Berichten: 3900
Lid geworden op: 21 feb 2007, 14:53
Locatie: Groningen
Contacteer:

Re: Ucp.php

Bericht door Jim » 12 apr 2008, 14:37

Regel 1 ;)
Jim Mossing Holsteyn - Beheerder
Documentatie | Algemene voorwaarden | Wiki

Heb je suggesties over het verbeteren van phpBB.nl of andere site-gerelateerde vragen? Stuur me een PB!

FlameGuy
Berichten: 5
Lid geworden op: 12 apr 2008, 14:14

Re: Ucp.php

Bericht door FlameGuy » 12 apr 2008, 14:39

Thanks, heb 't :)

Gesloten