Pagina 1 din 1

Report Posts Error

Scris: 13-Mai-2007, 14:45:42
de octaviansan
Am instalat Report Posts si cand creez un nou mesaj / subiect zice jos

Cod: Selectaţi tot

message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?
Am cautat in includes/page_tail.php si am gasit:

Cod: Selectaţi tot

include_once($phpbb_root_path . 'includes/functions_report.'.$phpEx);
$report_link = ( $userdata['user_level'] >= ADMIN ) ? '&nbsp; <a href="' . append_sid($phpbb_root_path . 'viewpost_reports.'.$phpEx) . '">' . sprintf($lang['Post_reports_cp'], reports_count()) . '</a> &nbsp;' : '';
Am sters secventa de cod si nu imi mai apare dar mi-a disparut aceea din footer unde zice

Cod: Selectaţi tot

  There are 0 new Reported Post(s)
Ce pot face , ce e gresit cu codul acela ?