Versiunea phpbb 3: 3.0.14
MODurile instalate: TOP FIVE , AJAX CHAT ,
De cand a aparut problema semnalata? Acum am observato daca esti Administrator sau Modertor Global nu iti apr.
Nivelul vostru de experienta in instalarea/utilizarea/administrarea phpbb (fiti sinceri, raspunsul ar putea fi formulat pe intelesul vostru daca sunteti la inceput). Mediu
Problema

Cod: Selectaţi tot
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_display.php on line 575: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4804: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4806: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4807: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4808: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
lina : define('ON_INDEX', true);
Daca nu am linia asta forumul nu functioneza cum trebuie,
in Function.pgp
Cod: Selectaţi tot
// application/xhtml+xml not used because of IE
4804header('Content-type: text/html; charset=UTF-8');
4806header('Cache-Control: private, no-cache="set-cookie"');
4807header('Expires: 0');
4808header('Pragma: no-cache');
Cod: Selectaţi tot
575 //Forums under category
576foreach($cat['children'] as $row)
{