found an error on admin_statistics.php page.
to solve this, do the following
#
#-----[ OPEN ]------------------------------------------
#
adm/admin_statistics.php
#
#-----[ DELETE ]------------------------------------------
#
# arround line 840 this lines are double
#
$__language = $board_config['default_lang'];
if (!@file_exists(@realpath($phpbb_root_path . $__stats_config['modules_dir'] . '/' . $__module_name . '/lang_' . $__language . '/lang.' . $phpEx)))
{
$__language = 'english';
}
include($phpbb_root_path . $__stats_config['modules_dir'] . '/' . $__module_name . '/lang_' . $__language . '/lang.' . $phpEx);
#-----[ OPEN ]------------------------------------------
#
adm/admin_statistics.php
#
#-----[ DELETE ]------------------------------------------
#
# arround line 840 this lines are double
#
$__language = $board_config['default_lang'];
if (!@file_exists(@realpath($phpbb_root_path . $__stats_config['modules_dir'] . '/' . $__module_name . '/lang_' . $__language . '/lang.' . $phpEx)))
{
$__language = 'english';
}
include($phpbb_root_path . $__stats_config['modules_dir'] . '/' . $__module_name . '/lang_' . $__language . '/lang.' . $phpEx);