You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nach dem Aufruf von / wird man auf /UI/Login.php?back=index.php weiter geleitet. Dort gibt dann die Parametervalidierung für den POST$keyback (der dieser Anfrage ja fehlt) folgende Meldung:
Fatal error: Uncaught exception 'Exception' with message 'Validation rule 'Validation_Set::validate_set_default', missing parameter.' in /var/www/html/Assistants/vendor/Validation/validator/Validation_Set.php:30 Stack trace:
#0 [internal function]: Validation_Set::validate_set_default('back', Array, Array, NULL)
#1 /var/www/html/Assistants/vendor/Validation/Validation.php(650): call_user_func('Validation_Set:...', 'back', Array, Array, NULL) #2 /var/www/html/Assistants/vendor/Validation/Validation.php(752): Validation->isValid()
#3 /var/www/html/UI/Login.php(57): Validation->validate() #4 {main} thrown in /var/www/html/Assistants/vendor/Validation/validator/Validation_Set.php on line 30
Sieht so aus, als ob die Regel set_default => null des Regelsets: UI/Login.php:38
Nach dem Aufruf von
/
wird man auf/UI/Login.php?back=index.php
weiter geleitet. Dort gibt dann die Parametervalidierung für denPOST
$key
back
(der dieser Anfrage ja fehlt) folgende Meldung:Sieht so aus, als ob die Regel
set_default => null
des Regelsets: UI/Login.php:38das Verhalten auslöst.
The text was updated successfully, but these errors were encountered: