I got this error when initially installing the module.

user warning: Table 'databasename.bt_torrents' doesn't exist query: ALTER TABLE bt_torrents ADD downloaded INT UNSIGNED NOT NULL DEFAULT '0' in /www/includes/database.mysql.inc on line 172.

Comments

robbt’s picture

I traced this to the fact that downloaded is added by the bit torrent tracker module and if you enable them both at the same time bt_torrent isn't created yet. So there has to be same way to fix it so that either this happens after the torrent node module is installed and it only gets added after the table is created.

bradfordcp’s picture

One should be dependent on the other, making it impossible to install both simultaneously. I will look into this and thanks for the feedback.

liquixis’s picture

Status: Active » Closed (won't fix)

5.x version is longer not supported.