i download the newest drupal 6.10 and with no other else modules but just "bittorent".
but the install was unsuccessful and the error show :
* user warning: BLOB/TEXT column 'metadata' can't have a default value query: CREATE TABLE bt_torrents ( `nid` INT unsigned NOT NULL DEFAULT 0, `info_hash` VARCHAR(255) NOT NULL, `announce_url` VARCHAR(255) NOT NULL, `metadata` BLOB NOT NULL DEFAULT '', `snatches` BIGINT unsigned NOT NULL DEFAULT 0, `seeders` BIGINT unsigned NOT NULL DEFAULT 0, `leechers` BIGINT unsigned NOT NULL DEFAULT 0, `downloaded` BIGINT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\root\test_bt\includes\database.inc on line 515.
* user warning: BLOB/TEXT column 'path' can't have a default value query: CREATE TABLE bt_torrents_files ( `nid` INT unsigned NOT NULL DEFAULT 0, `length` INT unsigned NOT NULL DEFAULT 0, `path` TEXT NOT NULL DEFAULT '', `name` VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\root\test_bt\includes\database.inc on line 515.
* BT Torrent Node Type: The installation of the BitTorrent Torrent module was unsuccessful, could not create database tables.
Comments
Comment #1
plastikkposen commentedSame here! Brings the whole site down with the following error:
Fatal error: require_once() [function.require]: Failed opening required './bt_common.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /home/www/xxxxxx.xx/sites/all/modules/bittorrent/bt_upload/bt_upload.module on line 12
Comment #2
haojiang commentedfinally , someone notice the same problem
i remember that when i use drupal6.8 , this problem didn't show
and did you realize that there is a module with a empty name it the "other" fields in page "admin/build/modules".
i think this is another bug
Comment #3
bradfordcp commentedI will take a look at your database install issues today. Along with fixing the .info files so the modules under development do not show up. I apologize for the frustration you are currently experiencing and will try and get this taken care of.
~Chris
Comment #4
liquixis commented