нашел свою ошибку, все работает
😱
[13-Dec-2014 13:48:28 UTC] PHP Notice: Undefined index: RATING_5 in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 167
[13-Dec-2014 13:48:28 UTC] PHP Notice: Undefined index: RATING_4 in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 167
[13-Dec-2014 13:48:28 UTC] PHP Notice: Undefined index: RATING_3 in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 167
[13-Dec-2014 13:48:28 UTC] PHP Notice: Undefined index: RATING_2 in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 167
[13-Dec-2014 13:48:28 UTC] PHP Notice: Undefined index: RATING_1 in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 167
[13-Dec-2014 13:48:28 UTC] PHP Notice: Undefined index: THANKS in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 260
[13-Dec-2014 13:48:29 UTC] PHP Notice: Undefined index: rating in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 70
[13-Dec-2014 13:48:29 UTC] PHP Notice: Undefined index: thanked in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 72
[13-Dec-2014 13:48:29 UTC] PHP Notice: Undefined index: L_RATING in /var/www/**/data/www/torrent-hub.com/library/includes/template.php(259) : eval()'d code on line 785
[13-Dec-2014 13:48:29 UTC] PHP Notice: Undefined index: L_RATING_VOTES in /var/www/**/data/www/torrent-hub.com/library/includes/template.php(259) : eval()'d code on line 786
[13-Dec-2014 13:48:29 UTC] PHP Notice: Undefined index: L_THANKED in /var/www/**/data/www/torrent-hub.com/library/includes/template.php(259) : eval()'d code on line 796
Это в лангах прописано.
//Thanks mod
$lang['USER_THANKS'] = 'Спасибы пользователя' ;
$lang['USER_THANKS_'] = 'Пользователь сказал спасибо:' ;
$lang['USER_THANKED'] = 'Пользователю сказали спасибо:' ;
$lang['THANKED'] = 'Поблагодарили';
$lang['THANK'] = 'Поблагодарил(a)';
$lang['THANKS'] = 'Спасибо';
$lang['THANK_LIST'] = 'список';
//
$lang['RATING'] = 'Оценка';
$lang['RATING_VOTES'] = 'Голосов';
$lang['YOUR_VOTE'] = 'Ваша оценка';
$lang['VOTE_COUNTED'] = 'засчитана';
//
$lang['RATING_1'] = 'Отстой';
$lang['RATING_2'] = 'Так себе';
$lang['RATING_3'] = 'Средне';
$lang['RATING_4'] = 'Хорошо';
$lang['RATING_5'] = 'Супер';
//End thanks mod
Нужно добавить в ланги всех языков.