xwmario / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

Torrents not loading since Rev r2204 #770

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load torrent via Add Torrent
2.
3.

What is the expected output? What do you see instead?

What environment are you using?
1. My ruTorrent version is... 3.4
2. My rTorrent version is... 0.8.9
3. I use web-server... it version is... on OS... Apache / Debian
4. I use browser... it version is... on OS... All Browsers

Are some errors present in the web-server log?
No

Are some errors present in the browser error console?
No

Please provide any additional information below.
Loading torrents via Add Torrent displayed the loaded ok message but torrent is 
not loaded. Checking /share/users/user/torrents shows the torrent saved as (1) 
if first torrent laoded, (2) if second etc etc.
Uploaded via SVN this afternoon which is when the problem started, might be 
related to addtorrent.php  r2204 ?

Original issue reported on code.google.com by kolork...@googlemail.com on 18 Oct 2012 at 8:21

GoogleCodeExporter commented 8 years ago
To add watch folder and autotools watch folder load the torrent normally.

Original comment by kolork...@googlemail.com on 18 Oct 2012 at 8:22

GoogleCodeExporter commented 8 years ago
think the problem is in util.php line 376 $fname = getUploadsPath()."/".$name;
needs to be changed to this  $fname = getUploadsPath()."/".$fname;

Original comment by best_r...@yahoo.com on 18 Oct 2012 at 11:46

GoogleCodeExporter commented 8 years ago

Original comment by novik65 on 19 Oct 2012 at 5:24