Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   T.S 5.6 SQ error (http://www.bvlist.com/showthread.php?t=5925)

Kapitan 19th January 2011 00:44

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 (Post 26436)
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 ....???????:sos::sos::sos::sos::sos:

Tony 27th March 2011 20:41

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 .


All times are GMT +2. The time now is 18:03.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.