Bugs item #1033126, was opened at 2004-09-22 23:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1033126&group_id=81260
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Filio (mdfilio)
Assigned to: Nobody/Anonymous (nobody)
Summary: Create new forum error
Initial Comment:
Current CVS -
When creating a new forum, the following line exists in
the GUI:
These users have moderation capabilities even if
they're not selected: (user creating new forum)
In URL:
http://site/index.php?module=phpwsbb&PHPWSBB_MAN_OP=editforum
However, if you fill in the information and do not
select any moderators, it generates a SQL error, which
run manually in MySQL is:
ERROR 1048: Column 'moderators' cannot be null
So even though the GUI suggests that the moderator will
have as default the creating user it inserts NULL into
the table.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1033126&group_id=81260
|