после установки artio joomsef который запорол сайт (какая-то ошибка в денвере N500), запустил копию сайта, которую сделал 1-2 дня назад до этого и сайт заработал.. а вот с форумом что-то непонятное -все названия категорий/форумов/ссылки на форум удалились , однако сама структура, т.е. кружочки с темами, разметка разделов , количество сообщений остались. - попробовал зайти в админку, а туда не пускают и пишут: Код (CODE): [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 /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:3153) [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:3153) [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:3153) [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:3153) можно ли это как-нибудь исправить? вот кстати эти строки вот строки с 2401 по 2408 Код (CODE): // Check if there are more occurrences of % than arguments, if there are we fill out the arguments array // It doesn't matter if we add more arguments than placeholders if (substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) { $log_data_ary = array_merge($log_data_ary, array_fill(0, substr_count($log[$i]['action'], '%') - sizeof($log_data_ary), '')); } $log[$i]['action'] = vsprintf($log[$i]['action'], $log_data_ary); а вот 149-156 Код (CODE): // application/xhtml+xml not used because of IE header('Content-type: text/html; charset=UTF-8'); header('Cache-Control: private, no-cache="set-cookie"'); header('Expires: 0'); header('Pragma: no-cache'); return; пс: версия джумлы 1.5.8, версия форума пхпбб3.0.3