Closed (won't fix)
Project:
BitTorrent
Version:
5.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2008 at 09:17 UTC
Updated:
8 Jul 2009 at 03:05 UTC
to fix add the following code below $torrent = array(); (line 233 in bittorrent.module).
line 233 $torrent = array();
new line 234 $torrent['info'] = array();
--------------------
line 221, why not use empty?
if (!empty($node->web_seeding_path)) {
Comments
Comment #1
dharmanerd commentedspoke too soon. i had to move both lines 233, 234 (after adding the new line mentioned above)
put them around line 342
Comment #2
bradfordcp commentedOut of curiosity where were you getting that error? What was the URL?
Thanks!
Comment #3
dharmanerd commentedI was getting the error after saving a new torrent node (case "insert").
I'm having all kinds of other issues too. It may be due to the fact that every module and drupal is using the most current version. Some of the other issues (which I'll post after I have more info) are file upload box for torrent doesn't upload the file I have to use the drupal file upload. I also can't upload multiple files.
Comment #4
bradfordcp commentedThe torrent module limits only one torrent file per torrent node, so if a file is already attached (or been uploaded), then it disables the file upload. I would like to get some more updates in there as well as port to Drupal 6. I am a little swamped right now, but I will try and get some more fixes in soon.
Comment #5
liquixis commented5.x version is longer not supported.