User Essentials

User Essentials [Paid] 4.4.1

No permission to buy ($35.00)
Yeah, I figured as much. Just thought maybe that was something that could be fixed with a small upgrade check. Alternatively, can I simply delete the duplicated rows from the table or are they referenced somewhere else?

What about those?
Two more things:
 
Last edited:
Two more things:
  • Username changes should always be visible in the Admin CP (even when visible = 0 in the DB - the visibility should only be filtered when displaying it publicly on the user profile)
  • "Previous names: " in the admin cp displays the new name of the latest change, not the old one (essentially displaying the same name in the "Username" input)
In sv_ue_user_edit_username it is displaying $previousUsernameChange.from_username.

Fixed non-visible username changes not showing in the admincp "Previous names".

Will release once I get the next version of Report Centre Essentials compatible with User Essentials for XF2.2 which should hopefully be done in the next 1-2 days.
 
Xon updated User Essentials with a new update entry:
Thanks for those updates :)

Small reminder - this still happens:
The first progress phrase (couldn't quite see it completely as it was so fast) is not available. It displays the phrase instead of text.
and:
In sv_ue_user_edit_username it is displaying $previousUsernameChange.from_username.
What about the "previous names" list?
->
 
  • LogicException: Could not find repository 'SV\UserEssentials\Repository\UsernameChange' for 'SV\UserEssentials:UsernameChange'
Code:
#0 src/XF/Mvc/Controller.php(911): XF\Mvc\Entity\Manager->getRepository('SV\\UserEssentia...')
#1 src/addons/SV/ReportCentreEssentials/XF/Pub/Controller/Report.php(385): XF\Mvc\Controller->repository('SV\\UserEssentia...')
#2 src/XF/Mvc/Dispatcher.php(350): SV\ReportCentreEssentials\XF\Pub\Controller\Report->actionView(Object(XF\Mvc\ParameterBag))
#3 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF\\Pub\\Controll...', 'View', Object(XF\Mvc\RouteMatch), Object(SV\ReportCentreEssentials\XF\Pub\Controller\Report), Object(XF\Mvc\Reply\Reroute))
#4 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\ReportCentreEssentials\XF\Pub\Controller\Report), Object(XF\Mvc\Reply\Reroute))
#5 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#6 src/XF/App.php(2300): XF\Mvc\Dispatcher->run()
#7 src/XF.php(488): XF\App->run()
#8 index.php(20): XF::runApp('XF\\Pub\\App')
#9 {main}
 
Looks like a compatibility issue with the XF2.2 version and Report Centre Essentials. I'm hopeful to get out a fix in the next few days
 
XF\PrintableException: Please enter a value using 30 characters or fewer. in src/XF/Mvc/Entity/Entity.php at line 1212
  1. XF\Mvc\Entity\Entity->save() in src/XF/Repository/UserAlert.php at line 157
  2. XF\Repository\UserAlert->insertAlert() in src/XF/Repository/UserAlert.php at line 101
  3. XF\Repository\UserAlert->alertFromUser() in src/addons/Truonglv/IgnoreContent/XF/Repository/UserAlert.php at line 81
  4. Truonglv\IgnoreContent\XF\Repository\UserAlert->alertFromUser() in src/addons/SV/UserEssentials/Service/User/UsernameChangeNotifier.php at line 192
  5. SV\UserEssentials\Service\User\UsernameChangeNotifier->sendAlert() in src/addons/SV/UserEssentials/Service/User/UsernameChangeNotifier.php at line 215
  6. SV\UserEssentials\Service\User\UsernameChangeNotifier->notifyUser() in src/addons/SV/UserEssentials/Service/User/UsernameChangeNotifier.php at line 243
  7. SV\UserEssentials\Service\User\UsernameChangeNotifier->notify() in src/addons/SV/UserEssentials/XF/Repository/UsernameChange.php at line 219
  8. SV\UserEssentials\XF\Repository\UsernameChange->SV\UserEssentials\XF\Repository\{closure}() in src/XF.php at line 341
  9. XF::triggerRunOnce() in src/XF/Mvc/Dispatcher.php at line 156
  10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
  11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
  12. XF\App->run() in src/XF.php at line 488
  13. XF::runApp() in admin.php at line 13
 
@Xon, i'm still having this error:

  • LogicException: Could not find repository 'SV\UserEssentials\Repository\UsernameChange' for 'SV\UserEssentials:UsernameChange'
  • src/XF/Mvc/Entity/Manager.php:258
  • Generiert von: XXX
  • 4 Januar 2021 um 12:46

Stack-Trace​

#0 src/XF/Mvc/Controller.php(911): XF\Mvc\Entity\Manager->getRepository('SV\\UserEssentia...')
#1 src/addons/SV/ReportCentreEssentials/XF/Pub/Controller/Report.php(385): XF\Mvc\Controller->repository('SV\\UserEssentia...')
#2 src/XF/Mvc/Dispatcher.php(350): SV\ReportCentreEssentials\XF\Pub\Controller\Report->actionView(Object(XF\Mvc\ParameterBag))
#3 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF\\Pub\\Controll...', 'View', Object(XF\Mvc\RouteMatch), Object(SV\ReportCentreEssentials\XF\Pub\Controller\Report), Object(XF\Mvc\Reply\Reroute))
#4 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\ReportCentreEssentials\XF\Pub\Controller\Report), Object(XF\Mvc\Reply\Reroute))
#5 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#6 src/XF/App.php(2300): XF\Mvc\Dispatcher->run()
#7 src/XF.php(488): XF\App->run()
#8 index.php(20): XF::runApp('XF\\Pub\\App')
#9 {main}

Status der Anfrage​

array(4) {
["url"] => string(43) "/reports/queue/allgemeine-meldungen.1/3123/"
["referrer"] => string(66) "https://www.planet-liebe.com/reports/queue/allgemeine-meldungen.1/"
["_GET"] => array(1) {
["/reports/queue/allgemeine-meldungen_1/3123/"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
Top Bottom