Contao 4.13.15, Notification Center 1.7, Metamodels 2.3
Ich habe eine kleine Website erstellt bei der sich neue Mitglieder im FE registrieren können.
Nun erhalte ich nach dem Ausfüllen der Registrierungsseite im FE nach dem Absenden eine Fehlermeldung.
ES IST EIN FEHLER AUFGETRETEN
Im Logfile seht:
Code:
request.CRITICAL: Uncaught PHP Exception TypeError: "preg_match_all(): Argument #2 ($subject) must be of type string, null given" at /mnt/web524/b3/20/543420/htdocs/cms/dorf-zeitung.net/contao/vendor/codefog/contao-haste/src/StringParser.php line 85 {"exception":"[object] (TypeError(code: 0): preg_match_all(): Argument #2 ($subject) must be of type string, null given at /mnt/web524/b3/20/543420/htdocs/cms/dorf-zeitung.net/contao/vendor/codefog/contao-haste/src/StringParser.php:85)"} []
Dazu der StackTrace:
Code:
ErrorException:
Warning: Undefined array key "username"
at vendor/contao/core-bundle/src/Resources/contao/modules/ModuleRegistration.php:422
at Contao\ModuleRegistration->createNewUser()
(vendor/contao/core-bundle/src/Resources/contao/modules/ModuleRegistration.php:346)
at Contao\ModuleRegistration->compile()
(vendor/contao/core-bundle/src/Resources/contao/modules/Module.php:214)
at Contao\Module->generate()
(vendor/contao/core-bundle/src/Resources/contao/modules/ModuleRegistration.php:55)
at Contao\ModuleRegistration->generate()
(vendor/contao/core-bundle/src/Resources/contao/elements/ContentModule.php:98)
at Contao\ContentModule->generate()
(vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:616)
at Contao\Controller::getContentElement()
(vendor/contao/core-bundle/src/Resources/contao/modules/ModuleArticle.php:197)
at Contao\ModuleArticle->compile()
(vendor/contao/core-bundle/src/Resources/contao/modules/Module.php:214)
at Contao\Module->generate()
(vendor/contao/core-bundle/src/Resources/contao/modules/ModuleArticle.php:70)
at Contao\ModuleArticle->generate()
(vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:544)
at Contao\Controller::getArticle()
(vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:386)
at Contao\Controller::getFrontendModule()
(vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php:190)
at Contao\PageRegular->prepare()
(vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php:60)
at Contao\PageRegular->getResponse()
(vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:320)
at Contao\FrontendIndex->renderPage()
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle()
(public/index.php:44)
Das Ganze hat schon einmal funktioniert, allerdings kann ich leider nicht sagen seit welcher Aktion (z. B. Update Notification Center oder MM) die Registrierung auf diesen Fehler läuft.
Ich habe die Installation auf einer 2ten Test-Domain nachgebaut, und auch dabei tritt das Problem auf.
Ein Tipp wo der Fehler liegen kann würde mich sehr freuen.