/includes/session.php on line 990: Cannot modify header info
Geplaatst: 28 jun 2009, 20:56
In plaats van in een ander topic waar iemand anders support vroeg te parasiteren toch maar een eigen topic gemaakt:
Wat ik al gedaan heb:
- ucp.php opnieuw geupload
- Config.php nagekeken
ik weet het echt niet meer. :-/
- Adres van je forum: h t t p : / / zwaaihaai.bvdserver.com / forum
Event. modificaties op je forum: GEEN
Wanneer ontstond het probleem? zomaar (ja echt :-/ of ik word dement)
phpBB versie: 3.0.4 (dacht ik, kan ik niet meer opzoeken aangezien ik niet meer in kan loggen)
Heb je onlangs iets veranderd aan je forum? Nee, dat is juist het rare
Wat is het probleem? PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1) de melding dat je succesvol bent ingelogd en toch ben je niet ingelogd.
Code: Selecteer alles
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: 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 990: 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 990: Cannot modify header information - headers already sent by (output started at /language/nl/ucp.php:1)
Je bent succesvol ingelogd.
Wat ik al gedaan heb:
- ucp.php opnieuw geupload
- Config.php nagekeken
Code: Selecteer alles
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = '';
$dbport = '';
$dbname = 'zwaaihaai_forum';
$dbuser = 'xxxxxxxxxxxxxxxx';
$dbpasswd = 'xxxxxxxxxxxxxxxxxxxxxx';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>