Hi,

when trying to install thise module, I get the following error:

Warning: htmlspecialchars(): Invalid multibyte sequence in argument in check_plain() (line 1572 of /usr/share/drupal7/includes/bootstrap.inc).
PDOException: in db_create_table() (line 2685 of /usr/share/drupal7/includes/database/database.inc).

It's a shared codebase installation using drupal 7.14, but this should lead to the above error. It's probably more the database scheme and your creative use of the enum datatypes.

Comments

Jochen Wendebaum’s picture

Status: Active » Needs work

I manually applied the patch you posted here:

http://drupal.org/node/1560974

which in fact did the installation run through smoothely.

I suggest to either don't rely on the enum type in your module, or to wait with its introduction until the patch is included in Drupal Core.