So, now I get to the final steps to complete the installation of Bugzilla. I keep getting "disabledtext" cannot have a default value.
This is a complete mistake.
* Initialization of "Changing the dependency tree" email_setting ... Updating the disabledtext column in the table profiles ... Old: mediumtext DEFAULT '' NOT NULL New: mediumtext NOT NULL
DBD :: mysql :: db do failed: the BLOB / TEXT column 'disabledtext' cannot have a default value [for the βALTER TABLE profiles ALTER COLUMN disabledtext DROP DEFAULTβ profiles] on the Bugzilla / DB.pm 729 page.
Bugzilla :: DB :: bz_alter_column_raw ('Bugzilla :: DB :: Mysql = HASH (0x6e8f7f0)', 'profiles', 'disabledtext', 'HASH (0xa0a73d0)', 'HASH (0xa0be4a8)', undef) is called on the line Bugzilla / DB.pm 688
Bugzilla :: DB :: bz_alter_column ('Bugzilla :: DB :: Mysql = HASH (0x6e8f7f0)', 'profiles', 'disabledtext', 'HASH (0xa0a73d0)'), called in Bugzilla / Install / DB.pm line 505
Bugzilla :: Install :: DB :: update_table_definitions ('HASH (0x30d53d0)'), called at. /checksetup.pl line 199 *
Is the actual error in Bugzilla / Install / DB.pm?
Very new in this material, so anyone would be great.
Bugzilla = 4.2.5 Mysql = 5.6.11 OS = Suse 12
source share