xiaomlove / nexusphp

A private tracker application base on NexusPHP
https://nexusphp.org
GNU General Public License v2.0
856 stars 178 forks source link

Undefined array key "overforums" #148

Closed crazy4cars69 closed 1 year ago

crazy4cars69 commented 1 year ago
PHP message: PHP Warning:  Undefined array key "overforums" in /var/www/html/public/forummanage.php on line 66PHP message: PHP Fatal error:  Uncaught Nexus\Database\DatabaseException: Column 'forid' cannot be null [INSERT INTO forums (sort, name,  description, minclassread,  minclasswrite, minclasscreate, forid) VALUES('0', 'General', 'chit chat', '1', '1', '1', null)] in /var/www/html/nexus/Database/NexusDB.php:86
xiaomlove commented 1 year ago

You should add overform first

image