I am trying to install VChess but i get an error:

Notice: Undefined index: enum:normal in DatabaseSchema_mysql->processField() (line 205 of /home/www/liakoni/chessdatabase/includes/database/mysql/schema.inc).
Notice: Undefined index: enum:normal in DatabaseSchema_mysql->processField() (line 205 of /home/www/liakoni/chessdatabase/includes/database/mysql/schema.inc).
Notice: Undefined index: enum:normal in DatabaseSchema_mysql->processField() (line 205 of /home/www/liakoni/chessdatabase/includes/database/mysql/schema.inc).
Warning: htmlspecialchars(): Invalid multibyte sequence in argument in check_plain() (line 1559 of /home/www/liakoni/chessdatabase/includes/bootstrap.inc).
PDOException: in db_create_table() (line 2717 of /home/www/liakoni/chessdatabase/includes/database/database.inc).

Comments

Pafla’s picture

Issue summary: View changes

I got the same error.

I enabled 1 module at a time
Tsort, Pos, Gamer.
And when enabling "VChess" I get the same error too

Pafla

drupalshrek’s picture

From the README:

a) Fix for ENUM datatype (in Drupal core)

Unfortunately, currently in Drupal core, the ENUM datatype for MySQL is not
supported. I wanted to use it, so I have found out where to fix this problem
in Drupal core, but currently you will need to follow the following post to
patch the core files yourself:
- http://drupal.org/node/1464354