Pagina 1 din 1

eroare la PM

Scris: 17-Iun-2009, 21:12:32
de JustDoIt
Am instalat de curand un forum phpbb3.0.5 si imi da o eroare. Cand intru acolo la (0 new messages) si poi dau click pe un mesaj primit, ca sa il citesc, imi apare sus de tot urmatoarea eroare:

[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1818: implode() [function.implode]: Invalid arguments passed
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)

Re: eroare la PM

Scris: 18-Iun-2009, 22:05:22
de dorin
E un bug al acestei versiuni.

Deschide: includes/functions_privmsgs.php

Caută in jurul liniei 1827:

Cod: Selectaţi tot

unset($rowset[$id]); 
înlocuieşte cu:

Cod: Selectaţi tot

unset($rowset[$i]); 

Re: eroare la PM

Scris: 20-Iun-2009, 10:51:17
de JustDoIt
ok mersi :D

Re: eroare la PM

Scris: 21-Iun-2009, 09:57:43
de dorin
In viitor incearca sa respecti regulamentul forumului, partea referitoare la titlul subiectelor :!: