i install the newest version of phpbugtracker, and always got an error saying that bug_list_fields can not have default value.
I realise that bug_list_fields is of TEXT type and no default value is allowed for this type.
I changed its type to CHAR(255).
The files containing the scheme of all tables are in \phpbt-1.0.1\schemas
Log in to post a comment.
i install the newest version of phpbugtracker,
and always got an error saying that bug_list_fields can not have default value.
I realise that bug_list_fields is of TEXT type and no default value is allowed for this type.
I changed its type to CHAR(255).
The files containing the scheme of all tables are in
\phpbt-1.0.1\schemas