Где находится на версии 2.3.1 bison
functions_torrent.php
найти и заменить
$reg_time = TIMENOW;
$size = sprintf('%.0f', (float) $totallen);
$tor_announcers = tor_announcers($tor);
$tor_announcers = ($tor_announcers) ? serialize($tor_announcers) : '';
$columns = ' info_hash, post_id, poster_id, topic_id, forum_id, attach_id, size, reg_time, tor_status, tor_announcers';
$values = "'$info_hash_sql', $post_id, $poster_id, $topic_id, $forum_id, $attach_id, '$size', $reg_time, $tor_status, '$tor_announcers'";
файла functions_torrent.php нету. может где-то в другом место он находится или под другим названием