[opgelost] conflict taalbestand - includes/page-header.php
Geplaatst: 14 mar 2007, 14:32
Support Template
- Wat is het probleem?Foutmelding output already started
Wanneer ontstond het probleem? Bij installatie NL-taalbestand fotoalbum-mod
Adres van je forum: http://www.hurktoilet.nl/phpBB2/album.php
Modifications op je forum: diverse
Huidige stijl: subsilver
phpBB versie: 2.0.22
Waar is je forum gehost: easyhosting
Voor de foto-album-mod heb ik een NL taalbestand gekopieerd van http://smartor.is-root.com/viewtopic.php?t=17950
De code heb ik in een nieuw bestand geplakt, dat de naam lang_main_album.php kreeg en naar de map language/Dutch is gekopieerd.
Nu krijg ik bovenaan mijn pagina de volgende foutmelding:Echter, in het taalbestand bestaat regel 333 niet. De laatste is 332 en daar staat alleenCode: Selecteer alles
Warning: Cannot modify header information - headers already sent by (output started at /home/hurktoilet/domains/hurktoilet.nl/public_html/phpBB2/language/lang_dutch/lang_main_album.php:333) in /home/hurktoilet/domains/hurktoilet.nl/public_html/phpBB2/includes/page_header.php on line 509 Warning: Cannot modify header information - headers already sent by (output started at /home/hurktoilet/domains/hurktoilet.nl/public_html/phpBB2/language/lang_dutch/lang_main_album.php:333) in /home/hurktoilet/domains/hurktoilet.nl/public_html/phpBB2/includes/page_header.php on line 511 Warning: Cannot modify header information - headers already sent by (output started at /home/hurktoilet/domains/hurktoilet.nl/public_html/phpBB2/language/lang_dutch/lang_main_album.php:333) in /home/hurktoilet/domains/hurktoilet.nl/public_html/phpBB2/includes/page_header.php on line 512
De betreffende regels van page_header.php:Code: Selecteer alles
?>
Code: Selecteer alles
507 else 508 { 509 header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0'); 510 } 511 header ('Expires: 0'); 512 header ('Pragma: no-cache'); 513 514 $template->pparse('overall_header');