Closed (fixed)
Project:
E-Journal
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2007 at 03:28 UTC
Updated:
12 Nov 2007 at 22:42 UTC
I get the following message after installing the latest dev snapshot:
user warning: Incorrect table definition; there can be only one auto column and it must be defined as a key query: CREATE TABLE ejournal_log ( lid int(9) NOT NULL auto_increment, id int(9) NOT NULL default '0', entity varchar(16) NOT NULL default '', uid int(6) NOT NULL default '0', type varchar(16) NOT NULL default '', message text NOT NULL default '', hostname varchar(128) NOT NULL default '', timestamp int(11) NOT NULL default '0', PRIMARY KEY (id) ) Type=MyISAM; in /home/.mysite.org/includes/database.mysql.inc on line 172.
Comments
Comment #1
romca commentedthis is what happens when one does not test its own changes ;-)
Fixed, now the table is created properly. Thanks.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.