When installing modr8 on a Drupal 5.0 (not pre) I get the following error:
user warning: Key column 'mpdid' doesn't exist in table query: CREATE TABLE modr8_log ( modid int NOT NULL auto_increment, nid int unsigned NOT NULL default '0', uid int NOT NULL default '0', author_uid int NOT NULL default '0', action varchar(16) NOT NULL default '', title varchar(128) NOT NULL default '', message longtext NOT NULL, teaser longtext NOT NULL, timestamp int NOT NULL default '0', PRIMARY KEY (modid), KEY nid_time (nid, mpdid), KEY action (action) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/html/includes/database.mysql.inc on line 167.
I guess it has something to do with the install module. I'd give more data on this, but I'm not sure what to provide.
Thanks.
Comments
Comment #1
bonobo commentedduplicated here: http://drupal.org/node/110455