Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Community Cafe
Reply
Thread Tools
  #1  
Old 19th January 2011, 00:44
Kapitan Kapitan is offline
Member
 
Join Date: Jan 2011
United Kingdom
Posts: 7
Default T.S 5.6 SQ error
Hi there.
Can some one can help me....
when i upload torrent i try seed on the u torrent show me error :

Error:Tracker SQL-Error TU1

Bump:
Quote:
Originally Posted by Kapitan View Post
Hi there.
Can some one can help me....
when i upload torrent i try seed on the u torrent show me error :

Error:Tracker SQL-Error TU1
HELLO !!!!
CAN SOME ONE CAN HELP ME ....???????
Reply With Quote
  #2  
Old 27th March 2011, 20:41
Tony's Avatar
Tony Tony is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 182
Default
if you open your announce.php file and do a search for TU1 it will lead you to the sql code that is giving out the error which is this bit of code below unless you have altered your file in any way it should be the same

Code:
($Query = mysql_query ('
                    SELECT t.id as tid, t.name, t.category, t.size, t.added, t.visible, t.banned, t.free, t.silver, t.doubleupload,
                    u.id as userid, u.enabled, u.uploaded, u.downloaded, u.usergroup, u.birthday, u.ip,
                    g.isbanned, g.candownload, g.canviewviptorrents, g.isvipgroup, g.canfreeleech, g.waitlimit, g.slotlimit,
                    c.vip as isviptorrent
                     FROM torrents t
                    INNER JOIN users u ON (u.passkey = ' . sqlesc ($passkey) . ')
                    INNER JOIN usergroups g ON (u.usergroup = g.gid)
                    LEFT JOIN categories c ON (t.category=c.id)
                    WHERE (t.info_hash = ' . sqlesc ($info_hash) . ' OR t.info_hash = ' . sqlesc (preg_replace ('' . '/ *$/s', '', $info_hash)) . ')
                    LIMIT 1') OR stop ($l['sqlerror'] . ' TU1'));
Try going into your tracker settings panel and look for a tool thats called fixhash .. and try and run that tool with the torrent that your currently getting the error on and see if that fixes it .
Reply With Quote
Reply

Tags
56 , error , sq


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:53. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.