На память:
там есть строка
Код: Выделить всё
$template->assign_vars(array(
БЛАБЛАБЛАКод: Выделить всё
$template->assign_vars(array(
'ERROR' => (sizeof($error)) ? implode('<br />', $error) : '',Код: Выделить всё
$template->assign_vars(array(
БЛАБЛАБЛАКод: Выделить всё
$template->assign_vars(array(
'ERROR' => (sizeof($error)) ? implode('<br />', $error) : '',В том и дело что не туда пихнулx00peR писал(а):Просто вы не туда вставили
Код: Выделить всё
// Grab rank information for later
$ranks = $cache->obtain_ranks();Код: Выделить всё
// Grab country flag information for later
$flags = $cache->obtain_flags();$ranks = $cache->obtain_ranks();memberlist.php действительно давно уже нет такой строчки. Выполняй инструкцию дальше без этого пункта.viewtopic.php.memberlist.php нету указанных выше строк. Поэтому установку производил без редактирования этого файла.Код: Выделить всё
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_display.php on line 1395: Undefined variable: phpbb_root_path
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_display.php on line 1396: Undefined variable: phpbb_root_path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4769: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3890)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4771: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3890)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4772: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3890)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4773: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3890)functions_display.php:
Код: Выделить всё
$flag_img = (!empty($flags[$user_flag]['image'])) ? '<img src="' . $phpbb_root_path . $config['flags_path'] . '/' . $flags[$user_flag]['image'] . '" alt="' . $flag_text . '" title="' . $flag_text . '" />' : '';
$flag_img_src = (!empty($flags[$user_flag]['image'])) ? $phpbb_root_path . $config['flags_path'] . '/' . $flags[$user_flag]['image'] : '';$phpbb_root_pathКод: Выделить всё
function какая-то функция(чегото-там)
{Код: Выделить всё
global $phpbb_root_path;