- Affected App
- WoltLab Suite Core
Hallo,
wenn ich bei den Boxen oder Seiten eine Zugangsbeschränkung hinterlegen möchte und eine Benutzergruppe hinterlege, dann kann diese neuerdings bei mir erneut über die Suche gefunden und mehrfach hinterlegt werden. Bei Absenden kommt es dann, auch wenn man eine Gruppe nur einmal hinterlegt, dazu, dass folgende Fehlermeldung ausgegeben wird:
- Requested URL
- /acp/index.php?page-add/
- Referrer
- https://life-of-german.org/acp/index.php?page-add/&pageType=text&isMultilingual=0
- Error Message
- Could not execute statement 'INSERT INTO wcf1_acl_simple_to_group (objectTypeID, objectID, groupID) VALUES (?, ?, ?)'
- Type
- wcf\system\database\exception\DatabaseQueryExecutionException
- File (Line)
- /var/www/main/lib/system/database/statement/PreparedStatement.class.php (105)
- Query Parameter 1
- 175
- Query Parameter 2
- 116
- Query Parameter 3
- 4
- Stacktrace
-
- /var/www/main/lib/system/acl/simple/SimpleAclHandler.class.php (173): wcf\system\database\statement\PreparedStatement->execute(…)
- /var/www/main/lib/acp/form/PageAddForm.class.php (462): wcf\system\acl\simple\SimpleAclHandler->setValues(…)
- /var/www/main/lib/form/AbstractForm.class.php (61): wcf\acp\form\PageAddForm->save(…)
- /var/www/main/lib/form/AbstractForm.class.php (112): wcf\form\AbstractForm->submit(…)
- /var/www/main/lib/acp/form/PageAddForm.class.php (481): wcf\form\AbstractForm->readData(…)
- /var/www/main/lib/page/AbstractPage.class.php (274): wcf\acp\form\PageAddForm->readData(…)
- /var/www/main/lib/page/AbstractPage.class.php (103): wcf\page\AbstractPage->show(…)
- /var/www/main/lib/system/request/Request.class.php (83): wcf\page\AbstractPage->__run(…)
- /var/www/main/lib/system/request/RequestHandler.class.php (94): wcf\system\request\Request->execute(…)
- /var/www/main/acp/index.php (9): wcf\system\request\RequestHandler->handle(…)
- Error Message
- SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '175-116-4' for key 'groupKey'
- Type
- PDOException
- File (Line)
- /var/www/main/lib/system/database/statement/PreparedStatement.class.php (93)
- Stacktrace
-
- /var/www/main/lib/system/database/statement/PreparedStatement.class.php (93): PDOStatement->execute(…)
- /var/www/main/lib/system/acl/simple/SimpleAclHandler.class.php (173): wcf\system\database\statement\PreparedStatement->execute(…)
- /var/www/main/lib/acp/form/PageAddForm.class.php (462): wcf\system\acl\simple\SimpleAclHandler->setValues(…)
- /var/www/main/lib/form/AbstractForm.class.php (61): wcf\acp\form\PageAddForm->save(…)
- /var/www/main/lib/form/AbstractForm.class.php (112): wcf\form\AbstractForm->submit(…)
- /var/www/main/lib/acp/form/PageAddForm.class.php (481): wcf\form\AbstractForm->readData(…)
- /var/www/main/lib/page/AbstractPage.class.php (274): wcf\acp\form\PageAddForm->readData(…)
- /var/www/main/lib/page/AbstractPage.class.php (103): wcf\page\AbstractPage->show(…)
- /var/www/main/lib/system/request/Request.class.php (83): wcf\page\AbstractPage->__run(…)
- /var/www/main/lib/system/request/RequestHandler.class.php (94): wcf\system\request\Request->execute(…)
- /var/www/main/acp/index.php (9): wcf\system\request\RequestHandler->handle(…)