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.
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
Comment #1
robbt commentedI 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.
Comment #2
bradfordcp commentedOne should be dependent on the other, making it impossible to install both simultaneously. I will look into this and thanks for the feedback.
Comment #3
liquixis commented5.x version is longer not supported.