- Affected Version
- WoltLab Suite 5.2
Hallo,
ich habe heute die aktuelle Version des Forums installiert.
Jetzt habe ich das Problem das wenn sich neue User Registrieren wollen immer eine Fehlermeldung bekommen. Das ist aber nur dann wenn ich reCaptcha bei der Registrierung eingeschaltet habe, wenn es aus ist dann geht die Reg. ganz normal.
PHP Version:
7.4.4
Hier die Error Meldung aus dem ACP
Code
Error while sending STMT_PREPARE packet. PID=2240
Datum
4. April 2020, 09:30
Aufgerufene URL
/index.php?register/
Browser
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36
Arbeitsspeicher
2,74 MiB / 128 MiB
Fehlermeldung
Error while sending STMT_PREPARE packet. PID=2240
Art
wcf\system\exception\ErrorException
Datei (Zeile)
/home/forum/web/xxx.de/public_html/lib/system/WCF.class.php (341)
Stacktrace
[internal function] (?): wcf\system\WCF::handleError(…)
/home/forum/web/xxx.de/public_html/lib/system/database/Database.class.php (279): PDO->prepare(…)
/home/forum/web/xxx.de/public_html/lib/util/UserUtil.class.php (55): wcf\system\database\Database->prepareStatement(…)
/home/forum/web/xxx.de/public_html/lib/acp/form/UserAddForm.class.php (307): wcf\util\UserUtil::isAvailableUsername(…)
/home/forum/web/xxx.de/public_html/lib/form/RegisterForm.class.php (281): wcf\acp\form\UserAddForm->validateUsername(…)
/home/forum/web/xxx.de/public_html/lib/acp/form/UserAddForm.class.php (157): wcf\form\RegisterForm->validateUsername(…)
/home/forum/web/xxx.de/public_html/lib/form/RegisterForm.class.php (172): wcf\acp\form\UserAddForm->validate(…)
/home/forum/web/xxx.de/public_html/lib/form/AbstractForm.class.php (60): wcf\form\RegisterForm->validate(…)
/home/forum/web/xxx.de/public_html/lib/form/AbstractForm.class.php (123): wcf\form\AbstractForm->submit(…)
/home/forum/web/xxx.de/public_html/lib/acp/form/AbstractOptionListForm.class.php (99): wcf\form\AbstractForm->readData(…)
/home/forum/web/xxx.de/public_html/lib/acp/form/UserAddForm.class.php (362): wcf\acp\form\AbstractOptionListForm->readData(…)
/home/forum/web/xxx.de/public_html/lib/form/RegisterForm.class.php (206): wcf\acp\form\UserAddForm->readData(…)
/home/forum/web/xxx.de/public_html/lib/page/AbstractPage.class.php (291): wcf\form\RegisterForm->readData(…)
/home/forum/web/xxx.de/public_html/lib/form/RegisterForm.class.php (260): wcf\page\AbstractPage->show(…)
/home/forum/web/xxx.de/public_html/lib/page/AbstractPage.class.php (114): wcf\form\RegisterForm->show(…)
/home/forum/web/xxx.de/public_html/lib/system/request/Request.class.php (83): wcf\page\AbstractPage->__run(…)
/home/forum/web/xxx.de/public_html/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
/home/forum/web/xxx.de/public_html/index.php (9): wcf\system\request\RequestHandler->handle(…)
Display More