Вот код. Я ставлю- на сервере ошибка, удаленный файл не найден...
echo '<div class="gmenu"><form name="form2" action="index.php?act=say&id=' . $id . '" method="post">';
if ($set_forum['farea']) {
if (!$is_mobile)
echo bbcode::auto_bb('form2', 'msg');
echo '<textarea rows="' . $set_user['field_h'] . '" name="msg"></textarea><br/>' .
'<input type="checkbox" name="addfiles" value="1" /> ' . $lng_forum['add_file'];
echo '<br /><input type="checkbox" name="msgNew" value="1" ' . (isset($_POST['msgNew']) || isset($_POST['addfiles']) ? 'checked="checked" ' : '') . '/> Отдельным сообщением';
if ($set_user['translit'])
echo '<br /><input type="checkbox" name="msgtrans" value="1" /> ' . $lng['translit'];
echo '<input type="submit" name="submit" value="' . $lng['write'] . '" style="width: 107px; cursor: pointer;"/> ' .
($set_forum['preview'] ? '<input type="submit" value="' . $lng['preview'] . '" style="width: 107px; cursor: pointer;"/>' : '') .
'</form></div>';