Database Error1406: Data too long for column 'flow' at row 1
SQL:
INSERT INTO `roster_addons_keys_stages` VALUES ( 'H','Onyxia',8,'Q','The Test of Skulls, Scryer',1,'SINGLE',0);
File: lib\dbal\mysql.php
Line: 228
Backtrace (most recent call last):
lib\functions.lib.php
Line: 240
Function Called: backtrace
lib\dbal\mysql.php
Line: 228
Function Called: die_quietly
Arguments:
1406: Data too long for column 'flow' at row 1
Database Error
C:\Inetpub\wwwroot\roster2\lib\dbal\mysql.php
228
INSERT INTO `roster_addons_keys_stages` VALUES ( 'H','Onyxia',8,'Q','The Test of Skulls, Scryer',1,'SINGLE',0);
lib\install.lib.php
Line: 271
Function Called: query
Arguments:
INSERT INTO `roster_addons_keys_stages` VALUES ( 'H','Onyxia',8,'Q','The Test of Skulls, Scryer',1,'SINGLE',0);
admin\addon_install.php
Line: 514
Function Called: install
admin\addon_install.php
Line: 46
Function Called: processAddon
pages\rostercp.php
Line: 118
Function Called: require_once
Arguments:
C:\Inetpub\wwwroot\roster2\admin\addon_install.php
index.php
Line: 83
Function Called: require
Arguments:
C:\Inetpub\wwwroot\roster2\pages\rostercp.php
When I go to the Keys page I now get the following error:
PHP Errorsaddons\memberslist\inc\memberslist.php
Notice line 236: Undefined index: display
The 'flow' field in my 'roster_addons_keys_stages' table is set to type char(2).
I've uninstalled the addon, verified the tables are removed, and re-installed the addon but get the same error.