http://sourceforge.net/projects/wtfo/
I am trying to install this script on my server, but when I try to import the MySQL tables file in PHPmyadmin I get this error:
Error
SQL query:
#
# Table structure for table 'comments'
#
CREATE TABLE comments(
id int( 11 ) DEFAULT '0' NOT NULL AUTO_INCREMENT ,
user tinyint( 4 ) DEFAULT '0' NOT NULL ,
record date DEFAULT '0000-00-00' NOT NULL ,
comments text,
PRIMARY KEY ( id ) ,
KEY user( user, record )
);
MySQL said: Documentation
#1067 - Invalid default value for 'id'
Obviously the script is pretty old, but is the only of it's kind that I can find.
How can I fix this problem?
Thanks guys - your help is always appreciated!
__________________
UptimeKing - 99.9% uptime web hosting. Set up an account within minutes.
|