D
Deleted member 134868
Guest
If multiple account detection use standart XenForo report system, why i can't "resolve" detection? I can only remove it, or whitelist. But if I want to hide the report until the next detection, I can't do it.
This.
@Jaxel
Also I have the following problem, I get the following randomly when users log in:
Code:
LogicException: Cannot save with validation errors. Use validate() to ensure there are no errors. (First error: ) src/XF/Service/ValidateAndSavableTrait.php:34
Code:
Stack trace
#0 src/addons/EWR/Member/Repository/MAD.php(189): XF\Service\User\Warn->save()
#1 src/addons/EWR/Member/Pub/Controller/Login.php(24): EWR\Member\Repository\MAD->sendMADwarning(Object(SV\UserMentionsImprovements\XF\Entity\User), false)
#2 src/XF/Mvc/Dispatcher.php(249): EWR\Member\Pub\Controller\Login->actionLogin(Object(XF\Mvc\ParameterBag))
#3 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Login', 'Login', 'html', Object(XF\Mvc\ParameterBag), '', Object(EWR\Member\Pub\Controller\Login), NULL)
#4 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(1891): XF\Mvc\Dispatcher->run()
#6 src/XF.php(328): XF\App->run()
#7 index.php(13): XF::runApp('XF\\Pub\\App')
#8 {main}
Code:
Request state
array(4) {
["url"] => string(12) "/login/login"
["referrer"] => string(26) "https://example.com/"
["_GET"] => array(1) {
["/login/login"] => string(0) ""
}
["_POST"] => array(4) {
["login"] => string(9) "USERNAME"
["password"] => string(8) "********"
["remember"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}