Ошибка, как исправить не переустанавливая?

Тема в разделе "Joomla + phpBB", создана пользователем Karyuudo, 14.12.2008.

  1. Offline

    Karyuudo Недавно здесь

    Регистрация:
    25.10.2008
    Сообщения:
    47
    Симпатии:
    0
    Пол:
    Мужской
    после установки artio joomsef который запорол сайт (какая-то ошибка в денвере N500), запустил копию сайта, которую сделал 1-2 дня назад до этого и сайт заработал.. а вот с форумом что-то непонятное -все названия категорий/форумов/ссылки на форум удалились , однако сама структура, т.е. кружочки с темами, разметка разделов , количество сообщений остались.
    - попробовал зайти в админку, а туда не пускают и пишут:

    Код (CODE):
    1. [phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_merge() [function.array-merge]: Argument #1 is not an array
    2. [phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2408: vsprintf() [function.vsprintf]: Too few arguments
    3. [phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_merge() [function.array-merge]: Argument #1 is not an array
    4. [phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2408: vsprintf() [function.vsprintf]: Too few arguments
    5. [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)
    6. [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)
    7. [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)
    8. [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):
    1. // Check if there are more occurrences of % than arguments, if there are we fill out the arguments array
    2.                 // It doesn't matter if we add more arguments than placeholders
    3.                 if (substr_count($log[$i]['action'], '%') - sizeof($log_data_ary))
    4.                 {
    5.                     $log_data_ary = array_merge($log_data_ary, array_fill(0, substr_count($log[$i]['action'], '%') - sizeof($log_data_ary), ''));
    6.                 }
    7.  
    8.                 $log[$i]['action'] = vsprintf($log[$i]['action'], $log_data_ary);



    а вот 149-156
    Код (CODE):
    1. // application/xhtml+xml not used because of IE
    2.     header('Content-type: text/html; charset=UTF-8');
    3.  
    4.     header('Cache-Control: private, no-cache="set-cookie"');
    5.     header('Expires: 0');
    6.     header('Pragma: no-cache');
    7.  
    8.     return;


    пс: версия джумлы 1.5.8, версия форума пхпбб3.0.3
     
  2.  

Поделиться этой страницей

Загрузка...