here is the error i get from mysql server when i try to import the txt file in order to create the table:
Error

SQL query:

CREATE TABLE video(
nid int( 10 ) unsigned NOT NULL default '0',
vidfile text NOT NULL default '',
videox int( 4 ) NOT NULL default '',
videoy int( 4 ) NOT NULL default '',
size varchar( 30 ) NOT NULL default '',
clicks int( 10 ) unsigned NOT NULL default '0',
PRIMARY KEY ( nid )
);

MySQL said: Documentation
#1067 - Invalid default value for 'videox'

is the video module and all modules for version 4.6 compatible with mysql 5.0?

CommentFileSizeAuthor
sshUploading.tiff6.3 KBjeanmichel-1

Comments

fax8’s picture

Status: Needs review » Fixed

Thank you for this bug report.

This has been fixed.
See here for details.

Fabio

Anonymous’s picture

Status: Fixed » Closed (fixed)