Доброго времени суток, уважаемые форумчане.
Столкнулся с непонятной проблемой, и требуется Ваша помощь.
В общем, картина такая. Есть хостинг. На нем установлен движок IPB 3.3.4. В нем установлен чат, вся система руссифицирована.
При создании темы от пользователей начали поступать заявки на получение ошибок:
Warning: sprintf() [function.sprintf]: Too few arguments in /home/fish/domains/pro-web.by/public_html/cache/skin_cache/cacheid_4/skin_post.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/fish/domains/pro-web.by/public_html/cache/skin_cache/cacheid_4/skin_post.php:476) in /home/fish/domains/pro-web.by/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at /home/fish/domains/pro-web.by/public_html/cache/skin_cache/cacheid_4/skin_post.php:476) in /home/fish/domains/pro-web.by/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 127
Warning: Cannot modify header information - headers already sent by (output started at /home/fish/domains/pro-web.by/public_html/cache/skin_cache/cacheid_4/skin_post.php:476) in /home/fish/domains/pro-web.by/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 136
Warning: Cannot modify header information - headers already sent by (output started at /home/fish/domains/pro-web.by/public_html/cache/skin_cache/cacheid_4/skin_post.php:476) in /home/fish/domains/pro-web.by/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 137
Warning: Cannot modify header information - headers already sent by (output started at /home/fish/domains/pro-web.by/public_html/cache/skin_cache/cacheid_4/skin_post.php:476) in /home/fish/domains/pro-web.by/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 141
Но, тем не менее, темы создаются.
При создании тем администраторами ошибки вообще не показываются.
Кеш перестраивал - не помогло, так же проводил очистку кеша - тоже не помогло.
Может кто сталкивался с такой проблемой, прошу пояснить, как от неё избавиться.
Предоставлю строчки кода, на который ссылается основная ошибка - самая первая:
470 <span class='desc ipsType_small' id='space_info_attach_{$id}'>
471 " . (($stats['space_left_human'] == $this->lang->words['attach_notallowed']) ? ("
472 {$this->lang->words['used_space_exceeded']}
473 ") : ("" . (($stats['space_left_human'] == $this->lang->words['attach_unlimited']) ? ("
474 " . sprintf( $this->lang->words['used_space_unlimited'], "{$stats['max_single_upload_human']}") . "
475 ") : ("
476 " . sprintf( $this->lang->words['used_space'], "{$stats['space_left_human']}", "{$stats['max_single_upload_human']}") . "
477 ")) . "")) . "
478 </span>
Спасибо за внимание, и надеюсь на Вашу помощь!
С уважением!
PS
Ребята, прошу прощения!! Уже помогли, помощь пришла оттуда, откуда не ждал =)
Решение проблемы:
АЦ > Внешний вид > Языки
Находим used_space и меняем перевод на:
Использовано места %s (Макс. размер для одного файла: %s)
Находим used_space_js и меняем перевод на:
Использовано места [left] (Макс. размер для одного файла: %s)
Ещё раз прошу прощения за беспокойство. тему можете закрывать и/или удалять!