Pagina 1 din 1

Probleme cu panoul administratorului

Scris: 14-Mai-2009, 22:15:54
de An0n1m
Salut tuturor , am si eu niste erori cand ma loghez in panoul administratorului , tin sa mentionez ca am incercat sa rezolv aceste probleme dar nu am gasit linle acestea in fisierele specificate va rog ajutati-ma cat mai repede posibil ... !! Multumesc anticipat ... Pe curand :D

Cod: Selectaţi tot

[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_merge() [function.array-merge]: Argument #1 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2408: vsprintf() [function.vsprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)

Re: Probleme cu panoul administratorului

Scris: 15-Mai-2009, 09:10:36
de dorin
Ce versiune de phpBB foloseşti ?

Dacă foloseşti phpBB 3.0.3, deschide
includes/functions_admin.php

Caută:

Cod: Selectaţi tot

    if (substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) 
Înlocuieşte cu:

Cod: Selectaţi tot

    if ((substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) > 0) 

Re: Probleme cu panoul administratorului

Scris: 15-Mai-2009, 16:43:29
de An0n1m
versiunea 3.0.4 dar o sa incerc sa fac ce ai zis inainte !! revin cu un replay daca nu reusit ... nultumesc anticipat !! :)