# user warning: Table 'pbhl_votingapi_vote' already exists query: CREATE TABLE pbhl_votingapi_vote ( `vote_id` INT unsigned NOT NULL auto_increment, `content_type` VARCHAR(64) NOT NULL DEFAULT 'node', `content_id` INT unsigned NOT NULL DEFAULT 0, `value` FLOAT NOT NULL DEFAULT 0, `value_type` VARCHAR(64) NOT NULL DEFAULT 'percent', `tag` VARCHAR(64) NOT NULL DEFAULT 'vote', `uid` INT unsigned NOT NULL DEFAULT 0, `timestamp` INT unsigned NOT NULL DEFAULT 0, `vote_source` VARCHAR(255) DEFAULT NULL, PRIMARY KEY (vote_id), INDEX content (content_type, content_id), INDEX content_uid (content_type, content_id, uid), INDEX content_source (content_type, content_id, vote_source), INDEX content_vtype (content_type, content_id, value_type), INDEX content_value_tag (content_type, content_id, value_type, tag) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/vhosts/shp.kz/httpdocs/includes/database.inc on line 498.
# user warning: Table 'pbhl_votingapi_cache' already exists query: CREATE TABLE pbhl_votingapi_cache ( `vote_cache_id` INT unsigned NOT NULL auto_increment, `content_type` VARCHAR(64) NOT NULL DEFAULT 'node', `content_id` INT unsigned NOT NULL DEFAULT 0, `value` FLOAT NOT NULL DEFAULT 0, `value_type` VARCHAR(64) NOT NULL DEFAULT 'percent', `tag` VARCHAR(64) NOT NULL DEFAULT 'vote', `function` VARCHAR(64) NOT NULL DEFAULT '', `timestamp` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (vote_cache_id), INDEX content (content_type, content_id), INDEX content_function (content_type, content_id, function), INDEX content_tag_func (content_type, content_id, tag, function), INDEX content_vtype_tag (content_type, content_id, value_type, tag), INDEX content_vtype_tag_func (content_type, content_id, value_type, tag, function) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/vhosts/shp.kz/httpdocs/includes/database.inc on line 498.
Comments
Comment #1
WorldFallz commented+1 to this also. Just installed 6.x-2.x-dev on a fresh d6 dev site.
Comment #2
oriol_e9gsee this: http://drupal.org/node/223517