Side 1 av 1

Feil ved oppdatering fra 3.0 RC3 til RC4

Lagt inn: 29. jul 2007, 10:07
av Stinus
Hei
Når man oppdaterer phpBB 3.0 RC3 til RC4 får man en feilmelding som er:

Kode: Velg alt

[phpBB Debug] PHP Notice: in file /index.php on line 104: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4181: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4184: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4185: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3692)
Dette kan man fikse selv ved å gå inn i language/nb/common.php og finn:

Kode: Velg alt

'NEWEST_USER'	=> 'Forumets nyeste medlem <strong>%s%s%s</strong>',
Erstatt dette med:

Kode: Velg alt

'NEWEST_USER'	=> 'Forumets nyeste medlem <strong>%s</strong>',
Det skal være %s i stedet for %s%s%s
Når dette er gjort får dere ikke feilmelding