Install - Loading the db.schemna script my give an error message complaining that Raum is declared a KEY and is not defined as NOT NULL. For the following field definitions, change "default NULL" to "NOT NULL default ''"
Table chat:
Raum varchar(30) NOT NULL default '',
Table chat_forum:
THEMA varchar(255) NOT NULL default '',
Table chat_gb:
USER varchar(30) NOT NULL default '',
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Install - Loading the db.schemna script my give an error message complaining that Raum is declared a KEY and is not defined as NOT NULL. For the following field definitions, change "default NULL" to "NOT NULL default ''"
Table chat:
Raum varchar(30) NOT NULL default '',
Table chat_forum:
THEMA varchar(255) NOT NULL default '',
Table chat_gb:
USER varchar(30) NOT NULL default '',